This library is a 1 to 1 mapping of the Redis commands. Each Redis command is exposed as a function on the client object. All functions take either an args Array plus optional callback Function or a variable number of individual arguments followed by an optional callback. Node Redis currently doesn't natively support promises (this is coming in v4), however you can wrap the methods you want to use with promises using the built-in Node.js util.promisify method on Node.js >= v8. Care should be...
A windows port of official Redis cplusplus client library
...This project is a little tweek on the official C++ client library's source code. The goal is to make it possible to build and run redis-cpp-client on Windows.