Is there Redis client for v8? (Not NodeJs)
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 modifi开发者_如何学Ccations?
Redis-node-client looks like it supports Google V8 as well as node.js
have a look at https://github.com/mranney/node_redis
it also have hiredis binding if hiredis is available on your system
精彩评论