ioredis-commands

4.0.0 • Public • Published

Redis Commands

Build Status

This module exports all the commands that Redis supports.

Install

$ npm install ioredis-commands

Usage

var commands = require('ioredis-commands');
 
Object.keys(commands).forEach(function (command) {
  console.log(command);
});

Readme

Keywords

Package Sidebar

Install

npm i ioredis-commands

Weekly Downloads

2,991

Version

4.0.0

License

MIT

Last publish

Collaborators

  • luin