[ 源代码: ruby-em-redis ]
软件包:ruby-em-redis(0.3.0+gh-2)
ruby-em-redis 的相关链接
Debian 的资源:
下载源码包 ruby-em-redis:
- [ruby-em-redis_0.3.0+gh-2.dsc]
- [ruby-em-redis_0.3.0+gh.orig.tar.gz]
- [ruby-em-redis_0.3.0+gh-2.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [github.com]
相似软件包:
eventmachine-based implementation of the Redis protocol
Modeled after eventmachine's implementation of the memcached protocol, and influenced by Ezra Zygmuntowicz's redis-rb library (distributed as part of Redis).
This library is only useful when used as part of an application that relies on Event Machine's event loop. It implements an EM-based client protocol, which leverages the non-blocking nature of the EM interface to achieve significant parallelization without threads.
其他与 ruby-em-redis 有关的软件包
|
|
|
|
-
- dep: ruby
- 面向对象脚本语言 Ruby 的解释器 (默认版本)
- 或者 ruby-interpreter
- 软件包暂时不可用
-
- dep: ruby-eventmachine
- Ruby/EventMachine library