一、
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 | 2016-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. | ||
6 | redis-client for C++ | https://github.com/zhengshuxin/acl/tree/master/lib_acl_cpp/include/acl_cpp/redis | 2016-11-07 | √ | √ | √ | Full Redis client commands, one redis command, one redis function | |
7 | redis3m | https://github.com/luca3m/redis3m | 2015-10-20 | √ | × | A C++ wrapper of hiredis, with also connection pooling, high availability and ready-to-use patterns | ||
8 | redisclient | https://github.com/nekipelov/redisclient | 2016-10-12 | √ | √ | √ | A C++ asynchronous client based on boost::asio | |
9 | redox | https://github.com/hmartiro/redox | 2016-07-29 | √ | × | √ | Modern, asynchronous, and fast C++11 client for Redis | |
10 | SimpleRedisClient | https://github.com/Levhav/SimpleRedisClient | 2015-03-14 | √ | × | 2.6/2.8 | a very simple Redis client for C++ | |
11 | xredis | https://github.com/0xsky/xredis | 2016-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 | 备注 | QT |
---|---|---|---|---|---|---|---|
1 | jsonme– | 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. | |
2 | ThorsSerializer | https://github.com/Loki-Astari/ThorsSerializer | 2016-09-06 | √ | × | ||
3 | JsonBox | https://github.com/anhero/JsonBox | 2015-05-23 | √ | × | 有doxyfile接口 | |
4 | rapidjson | https://github.com/miloyip/rapidjson | 2016-11-05 | √ | √ | 有中文说明文档 | |
5 | json | https://github.com/nlohmann/json | 2016-11-03 | √ | √ | 仅在 Windows Server 2012 有测试 | |
6 | qmjson | https://github.com/QtMark/qmjson | 2015-11-03 | √ | × | Qt | |
7 | minijson | https://giacomodrago.github.io/minijson/ | 2015-09-14 | √ | × | writer/reader 分离 | |
8 | jsoncons | http://danielaparker.github.io/jsoncons/ | 2016-11-09 | √ | √ | ||
9 | JSON Support in Qt. | http://doc.qt.io/qt-5/json.html | -1 | √ | -1 | Qt | |
10 | QJson | http://qjson.sourceforge.net/ | √ | √ | 支持MAC | Qt | |
11 | jsoncpp | https://github.com/open-source-parsers/jsoncpp | 2016-11-10 | √ | √ | 支持MAC | |
12 | cajun | https://sourceforge.net/projects/cajun-jsonapi/ | 2013-05-23 | √ | API for JSON | ||
13 | libjson | https://sourceforge.net/projects/libjson/ | 2013-06-12 | √ | |||
14 | nosjob | http://fossil.wanderinghorse.net/repos/nosjob/index.cgi/index | 2016-05-28 | √ | × | ||
15 | json++ | https://bitbucket.org/tunnuz/json | 2015-09-25 | √ | × | ||
16 | JSON library for IoT. | https://realtimelogic.com/products/json/ | -1 | √ | √ | 跨平台,C/C++ |
*本表创建于2016-11-12 .
*空白为待查正.
*序号为无排名随机序号。
*小可不才,倘有出入,恭听指正。
时间: 2024-11-01 08:54:43