🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

jsr-client

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jsr-client

Redis client.

0.1.28
latest
Source
npm
Version published
Weekly downloads
1
Maintainers
1
Weekly downloads
 
Created
Source

Table of Contents

  • Client Module

Client Module

Redis client.

Component of the jsr library.

Requires node and npm.

Install

npm i jsr-client

API

// TODO

See 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 9736

Run the test suite:

npm test

To test against the jsr-server, start the server:

node ./server.js

Run the test suite:

npm test

Documentation

To generate all documentation:

npm run docs

Readme

To build the readme file from the partial definitions (requires mdp):

npm run readme

License

Everything is MIT. Read the license if you feel inclined.

Generated by mdp(1).

FAQs

Package last updated on 12 Jan 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts