I have a NodeJs server connecting to redis. I also have a program using v8 engine. I was wondering if there is any redis client library for v8 too.
It would be awesome if there is one. Also could we use existing C client hiredis without any modifications?
Redis-node-client looks like it supports Google V8 as well as node.js