一、 Redis的C++ client表: * From Redis offical site : http://redis.io/clients
序号名称网址最后更新支持linux支持windows支持pub/sub支持redis版本备注1C++ Clienthttps://github.com/mrpi/redis-cplusplus-client2011-03-03√×2.02c+redis+clienthttps://github.com/shawn246/redis_client2016-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 :)3cpp_redishttps://github.com/cylix/cpp_redis2016-10-26√√C++11 Lightweight Redis client: async, thread-safe, no dependency, pipelining, multi-platform. 4qredisclienthttps://github.com/uglide/qredisclient2016-11-04√Asynchronous Qt-based Redis client with SSL and SSH tunnelling support.5r3chttps://github.com/eyjian/r3c2016-11-11√×A Redis Cluster C++ Client, based on hiredis and support standalone, it’s easy to make and use, not depends on C++11 or later. 6redis-client for C++https://github.com/zhengshuxin/acl/tree/master/lib_acl_cpp/include/acl_cpp/redis2016-11-07√√√ Full Redis client commands, one redis command, one redis function7redis3mhttps://github.com/luca3m/redis3m2015-10-20√×A C++ wrapper of hiredis, with also connection pooling, high availability and ready-to-use patterns8redisclienthttps://github.com/nekipelov/redisclient2016-10-12√√√A C++ asynchronous client based on boost::asio 9redoxhttps://github.com/hmartiro/redox2016-07-29√×√Modern, asynchronous, and fast C++11 client for Redis10SimpleRedisClienthttps://github.com/Levhav/SimpleRedisClient2015-03-14√×2.6/2.8a very simple Redis client for C++11xredishttps://github.com/0xsky/xredis2016-10-14√√√Redis C++ client with data slice storage, connection pool, master slave connection, read/write separation; requires hiredis only二、 Json的C++ client表: * From Json offical site : http://json.org/
序号名称网址最后更新时间支持linux支持windows备注QT1jsonme–https://github.com/pibara/jsonme–2012-02-21√×JSONKit is dual licensed under either the terms of the BSD License, or alternatively under the terms of the Apache License, Version 2.0.2ThorsSerializerhttps://github.com/Loki-Astari/ThorsSerializer2016-09-06√×3JsonBoxhttps://github.com/anhero/JsonBox2015-05-23√×有doxyfile接口4rapidjsonhttps://github.com/miloyip/rapidjson2016-11-05√√有中文说明文档5jsonhttps://github.com/nlohmann/json2016-11-03√√仅在 Windows Server 2012 有测试6qmjsonhttps://github.com/QtMark/qmjson2015-11-03√×Qt7minijsonhttps://giacomodrago.github.io/minijson/2015-09-14√×writer/reader 分离8jsonconshttp://danielaparker.github.io/jsoncons/2016-11-09√√9JSON Support in Qt.http://doc.qt.io/qt-5/json.html-1√-1Qt10QJsonhttp://qjson.sourceforge.net/√√支持MACQt11jsoncpphttps://github.com/open-source-parsers/jsoncpp2016-11-10√√支持MAC12cajunhttps://sourceforge.net/projects/cajun-jsonapi/2013-05-23√API for JSON13libjsonhttps://sourceforge.net/projects/libjson/2013-06-12√14nosjobhttp://fossil.wanderinghorse.net/repos/nosjob/index.cgi/index2016-05-28√×15json++https://bitbucket.org/tunnuz/json2015-09-25√×16JSON library for IoT.https://realtimelogic.com/products/json/-1√√跨平台,C/C++*本表创建于2016-11-12 . *空白为待查正. *序号为无排名随机序号。 *小可不才,倘有出入,恭听指正。
相关资源:基于acl库封装c\c 的redis-client客户端源码