Redis的C++ client表、Json的C++ client表|汇总|大全

一、
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

Redis的C++ client表、Json的C++ client表|汇总|大全的相关文章

BootStrap智能表单实战系列(八)表单配置json详解_javascript技巧

 本章属于该系列的高级部分,将介绍表单中一些列的配置 1.config列的配置: 主要用于控制布局 :config:{autoLayout:true|'1,2,2,4'} true:根据配置项最里层的数量来自动使用不同的栅格, '1,2,2,4':使用指定的栅格来布局,如果配置的列数不足的情况将使用第一项(n,n 为一项) 2.hides的配置项 hides:[{id:'xxx',value:''}] 此项是可选的,主要用于编辑时存放一些不可见的列(如主键ID的值) 3.eles 表单元素的配置

《项目经验》--通过js获取前台数据向一般处理程序传递Json数据,并解析Json数据,将前台传来的Json数据写入数据库表中

问题描述 此帖子内容是我做项目时用到,自己琢磨出来的,可能还有很多纰漏之处,在此分享!互相交流,互相学习,有不对的地方,欢迎大家指正!具体内容见博客<<项目经验>--通过js获取前台数据向一般处理程序传递Json数据,并解析Json数据,将前台传来的Json数据写入数据库表中>:http://blog.csdn.net/mazhaojuan/article/details/8592015先看一下我要实现的功能界面:这个界面的功能在图中已有展现,课程分配(教师教授哪门课程)在之前的页

BootStrap智能表单实战系列(六)表单编辑页面的数据绑定_javascript技巧

什么是 Bootstrap? Bootstrap 是一个用于快速开发 Web 应用程序和网站的前端框架.Bootstrap 是基于 HTML.CSS.JAVASCRIPT 的. 历史 Bootstrap 是由 Twitter 的 Mark Otto 和 Jacob Thornton 开发的.Bootstrap 是 2011 年八月在 GitHub 上发布的开源产品. Bootstrap 包的内容 基本结构:Bootstrap 提供了一个带有网格系统.链接样式.背景的基本结构.这将在 Bootst

AngularJS实现表单手动验证和表单自动验证_AngularJS

AngularJS的表单验证大致有两种,一种是手动验证,一种是自动验证.一.手动验证 所谓手动验证是通过AngularJS表单的属性来验证.而成为AngularJS表单必须满足两个条件: 1.给form元素加上novalidate="novalidate": 2.给form元素加上name="theForm",如下: <!DOCTYPE html> <html lang="en" ng-app="myApp1"

注册表 应用程序路径-注册表操作:通过注册表来获取到一个应用程序的安装路径~!~!~!~!~!~!~!~!~!

问题描述 注册表操作:通过注册表来获取到一个应用程序的安装路径~!~!~!~!~!~!~!~!~! 10C C币快没有了,希望大神看到不要嫌弃赏金!!!!!!不吝赐教.... 解决方案 HKEY_LOCAL_MACHINEsoftwaremicrosoftwindowscurrentversionuninstall软件名,如果有,一般在这个里面 解决方案二: 你能找到某个软件的注册表 逐个点开 后面 '数据'那一列里面会有路径显示 解决方案三: 一个操作注册表的类 解决方案四: 操作?还是程序控

java-为什么我只运行下面的Server没运行Client,也有一个Client连上来,各位神求助啊

问题描述 为什么我只运行下面的Server没运行Client,也有一个Client连上来,各位神求助啊 import java.io.*;import java.net.*; public class ChatServer { public static void main(String[] args){ /*InetAddress ServerIPaddress=null; try { ServerIPaddress=InetAddress.getLocalHost();} catch (Un

Excel工作表中使用模拟运算表的方法

  Excel工作表中使用模拟运算表的方法          1.创建一个新的Excel工作表,并在工作表输入数据.在B9单元格中输入提成金额的计算公式"=$B$2*$B$3",如图1所示. 图1 创建工作表并输入公式 2.在B10:B23单元格区域中输入提成比率,然后选择用于创建模拟运算表的单元格B9:I23,在"数据"选项卡的"数据工具"组中单击"模拟分析"按钮,在打开的下拉列表中选择"模拟运算表"选项

本地管理表空间与字典管理表空间的比较

比较 本地管理表空间与字典管理表空间相比大大提高了管理效率和数据库性能,其优点如下: 1.减少了递归空间管理 本地管理表空间是自己管理分配,而不是象字典管理表空间需要系统来管理空间分配,本地表空间是通过在表空间的每个数据文件中维持一个位图来跟踪在此文件中块的剩余空间及使用情况.并及时做更新.这种更新只对表空间的额度情况做修改而不对其他数据字典表做任何update操作,所以不会产生任何回退信息,从而大大减少了空间管理,提高了管理效率.同时由于本地管理表空间可以采用统一大小分配方式(UNIFORM)

数据结构教程 第二十九课 静态查找表(一)顺序表的查找

教学目的: 掌握查找的基本概念,顺序表查找的性能分析 教学重点: 查找的基本概念 教学难点: 顺序表查找的性能分析 授课内容: 一.查找的基本概念 查找表: 是由同一类型的数据元素(或记录)构成的集合. 查找表的操作: 1.查询某个"特定的"数据元素是否在查找表中.2.检索某个"特定的"数据元素的各种属性.3.在查找表中插入一个数据元素:4.从查找表中刪去某个数据元素. 静态查找表 对查找表只作前两种操作 动态查找表 在查找过程中查找表元素集合动态改变 关键字 是数