Open Think7 opened 8 years ago
have a look at this : https://github.com/MSOpenTech/redis
有关在win下使用的问题,在这里总结一下:
谢谢大牛牛。 不过,对这个怎么看?https://github.com/lordoffox/aredis 似乎一个头文件搞定。
怎么实现的其实不重要,实现简单的话,也可以看下 https://github.com/0xsky/xredis/blob/master/src/xRedisClusterClient.h 这个里面也实现了一个简单的client, xredis是对hiredis的封装,主要是为了C++使用方便.
好的,谢谢回答。
Hello,
Would you be willing to explain how to build this on Windows using MSVC++ compiler? Also hiredis is listed as a dependancy but hiredis itself doesn't support windows. So i'm extra unsure of how to make this work.
Thanks for your time!