Skip to content

blackdog66/bdog-redis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Asychronous type signatures for fictorials node.js Redis client.

Download fictorials code here http://github.com/fictorial/redis-node-client.
Then set the path to the redis-client.js file,if required, in the newClient() method - it require's by default require(mypath+'redis-client')


var c = Redis.newClient("mypath");
    c.set("woot","ritchie",function(e,v) {
        trace("setting "+v);
      });

the only crappy thing is the M commands all take an array rather than a variable length argument list but not to bad.

About

haxe type signatures for fictorials node.js redis client

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages