Redis commands
npm install ioredis-commands
yarn add ioredis-commands
pnpm add ioredis-commands
bun add 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); });