一、
Redis的C++ client表:
* From Redis offical site : http://redis.io/clients
序号 | 名称 | 网址 | 最后更新 | 支持linux | 支持windows | 支持pub/sub | 支持redis版本 | 备注 |
---|---|---|---|---|---|---|---|---|
1 | C++ Client | https://github.com/mrpi/redis-cplusplus-client | 2011-03-03 | √ | × | 2.0 | ||
2 | c+redis+client | https://github.com/shawn246/redis_client | 2016-09-30 | √ | 自加工 | √ | A redis client based on hiredis, supports cluster/pipeline and is thread safe and includes two files only. The transaction is on the way :) | |
3 | cpp_redis | https://github.com/cylix/cpp_redis | 2016-10-26 | √ | √ | C++11 Lightweight Redis client: async, thread-safe, no dependency, pipelining, multi-platform. | ||
4 | qredisclient | https://github.com/uglide/qredisclient | 2016-11-04 | √ | Asynchronous Qt-based Redis client with SSL and SSH tunnelling support. | |||
5 | r3c | https://github.com/eyjian/r3c |