Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 651 Bytes

nodejs.md

File metadata and controls

31 lines (19 loc) · 651 Bytes

Build Status Coverage Status

redis-commands [nodejs]

Redis Commands for NodeJS

Requirements

  • Redis
  • NodeJS v0.12.x or higher
  • NPM

See ./package.json

Installation

$ npm install n-redis-commands

Usage

var redisCommands = require('n-redis-commands');

var plpushSHA = redisCommands('plpush');

// use plpushSHA as arg to EVALSHA with supporting Redis Client

License

MIT