Redis的C客户端hiRedis.zip

时间:2022-08-05 02:48:41
【文件属性】:
文件名称:Redis的C客户端hiRedis.zip
文件大小:107KB
文件格式:ZIP
更新时间:2022-08-05 02:48:41
开源项目 hiRedis 是 Redis 官方指定的 C 语言客户端开发包,支持 Redis 完整的命令集、管线以及事件驱动编程。示例代码:redisContext *c = redisConnect("127.0.0.1", 6379); if (c->err) {    printf("Error: %s\n", c->errstr);    // handle error }reply = redisCommand(context, "SET foo %s", value); 标签:hiRedis  redis
【文件预览】:
hiredis-master
----net.h(3KB)
----sdsalloc.h(2KB)
----hiredis.h(11KB)
----sds.c(39KB)
----sockcompat.h(4KB)
----COPYING(2KB)
----test.c(33KB)
----sds.h(9KB)
----read.c(17KB)
----adapters()
--------macosx.h(4KB)
--------ae.h(4KB)
--------libevent.h(5KB)
--------glib.h(4KB)
--------ivykis.h(2KB)
--------qt.h(4KB)
--------libuv.h(3KB)
--------libev.h(4KB)
----net.c(17KB)
----win32.h(883B)
----CMakeLists.txt(2KB)
----sslio.c(6KB)
----examples()
--------example-libev.c(1KB)
--------example-ivykis.c(1KB)
--------example-libuv.c(1KB)
--------example-ssl.c(3KB)
--------example.c(3KB)
--------example-qt.cpp(1KB)
--------example-qt.h(620B)
--------CMakeLists.txt(1KB)
--------example-macosx.c(2KB)
--------example-ae.c(2KB)
--------example-glib.c(2KB)
--------example-libevent-ssl.c(2KB)
--------example-libevent.c(2KB)
----hiredis.c(29KB)
----.travis.yml(1KB)
----sslio.h(2KB)
----fmacros.h(225B)
----test.sh(493B)
----README.md(18KB)
----Makefile(9KB)
----dict.h(5KB)
----sockcompat.c(8KB)
----async.h(6KB)
----read.h(4KB)
----appveyor.yml(743B)
----dict.c(10KB)
----.gitignore(79B)
----CHANGELOG.md(7KB)
----hiredis.pc.in(317B)
----async.c(28KB)

网友评论