[ 源代码: ruby-hiredis ]
软件包:ruby-hiredis(0.6.1-2+deb10u1)
ruby-hiredis 的相关链接
Debian 的资源:
下载源码包 ruby-hiredis:
- [ruby-hiredis_0.6.1-2+deb10u1.dsc]
- [ruby-hiredis_0.6.1.orig.tar.gz]
- [ruby-hiredis_0.6.1-2+deb10u1.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [github.com]
相似软件包:
Redis driver for Ruby using Hiredis
ruby-hiredis provides a Ruby extension that wraps Hiredis. Both the synchronous connection API and a separate protocol reader are supported. It is primarily intended to speed up parsing multi bulk replies.
Hiredis is a minimalistic C client library for the Redis database, a persistent key-value database with support for atomically manipulating and querying data structures such as lists and sets.
其他与 ruby-hiredis 有关的软件包
|
|
|
|
-
- dep: libc6 (>= 2.4)
- GNU C 语言运行库:共享库
同时作为一个虚包由这些包填实: libc6-udeb
-
- dep: libgmp10
- 多精度运算库
-
- dep: libhiredis0.14 (>= 0.14.0)
- minimalistic C client library for Redis
-
- dep: libruby2.5 (>= 2.5.0~preview1)
- Libraries necessary to run Ruby 2.5
-
- dep: ruby (<< 1:2.6~)
- 面向对象脚本语言 Ruby 的解释器 (默认版本)
- dep: ruby (>= 1:2.5~0)
-
- sug: redis-server
- Persistent key-value database with network interface