0.1.28 • Published 11 years ago
jsr-client v0.1.28
Table of Contents
Client Module
Redis client.
Component of the jsr library.
Install
npm i jsr-clientAPI
// TODOSee the tests for more examples.
Developer
Test
Tests are not included in the package, clone the repository, start a server on the default port:
redis-server --port 9736Run the test suite:
npm testTo test against the jsr-server, start the server:
node ./server.jsRun the test suite:
npm testDocumentation
To generate all documentation:
npm run docsReadme
To build the readme file from the partial definitions (requires mdp):
npm run readmeLicense
Everything is MIT. Read the license if you feel inclined.
Generated by mdp(1).