[ ソース: ruby-em-redis ]
パッケージ: ruby-em-redis (0.3.0+gh-3)
ruby-em-redis に関するリンク
Debian の資源:
ruby-em-redis ソースパッケージをダウンロード:
- [ruby-em-redis_0.3.0+gh-3.dsc]
- [ruby-em-redis_0.3.0+gh.orig.tar.gz]
- [ruby-em-redis_0.3.0+gh-3.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.