Redis CommandsThis module exports all the commands that Redis supports.Install$ npm install ioredis-commandsUsagevar commands = require('ioredis-commands'); Object.keys(commands).forEach(function (command) { console.log(command); });