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);
});

Dependencies (0)

    Dev Dependencies (3)

    Package Sidebar

    Install

    npm i ioredis-commands

    Weekly Downloads

    1,899

    Version

    4.0.0

    License

    MIT

    Last publish

    Collaborators

    • luin