0.1.10 • Published 11 years ago

redis-protocol v0.1.10

Weekly downloads
2
License
-
Repository
-
Last release
11 years ago

Node Redis protocol

Implement your own server using the redis protocol.

Build a fake redis or a redis slave.

Install

npm install

Use

var redisd = require('redisd'); var server = redisd.createServer(function(command) { console.log('query', command); this.encode('pim', 'pam');// the answer }); server.listen(6379, function() { console.log('fake redis started'); });

You can talk to it with any redis tools. Try redis-cli.

Licence

MIT

0.1.10

11 years ago

0.1.9

12 years ago

0.1.8

12 years ago

0.1.7

12 years ago

0.1.6

12 years ago

0.1.5

12 years ago

0.1.4

12 years ago

0.1.3

12 years ago

0.1.2

12 years ago

0.1.1

12 years ago

0.1.0

12 years ago

0.0.1

12 years ago