ioredis-commands
Redis commands
Last updated 10 years ago by luin .
MIT · Repository · Bugs · Original npm · Tarball · package.json
$ npm install ioredis-commands 
SYNC missed versions from official npm registry.

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

Current Tags

  • 4.0.0                                ...           latest (10 years ago)

2 Versions

  • 4.0.0                                ...           10 years ago
  • 3.0.0                                ...           10 years ago
Maintainers (1)
Downloads
Total 0
Today 0
This Week 0
This Month 0
Last Day 0
Last Week 0
Last Month 0
Dependencies (0)
None
Dev Dependencies (3)
Dependents (1)

© 2010 - cnpmjs.org x YWFE | Home | YWFE