$ cnpm 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);
});
Copyright 2013 - present © cnpmjs.org | Home |