kern

0.0.1 • Public • Published

Kern

Minimalistic Node.js client for Redis

Usage

var kern = require('kern').createConnection();

kern.on('error', function (error) {
    console.log(error);    
});

kern.send('AUTH', '0565140a7c5be78197e3c9f998083199');

kern.send('GET', 'A');

kern.end();

Readme

Keywords

none

Package Sidebar

Install

npm i kern

Weekly Downloads

1

Version

0.0.1

License

none

Last publish

Collaborators

  • elliot