Redis Commands for NodeJS
- Redis
- NodeJS v0.12.x or higher
- NPM
See ./package.json
$ npm install n-redis-commands
var redisCommands = require('n-redis-commands');
var plpushSHA = redisCommands('plpush');
// use plpushSHA as arg to EVALSHA with supporting Redis Client
MIT