$ npm install ioredis-commands
This module exports all the commands that Redis supports.
$ npm install ioredis-commands
var commands = require('ioredis-commands');
Object.keys(commands).forEach(function (command) {
console.log(command);
});
© 2010 - cnpmjs.org x YWFE | Home | YWFE