1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-05 01:55:52 +00:00
freebsd-ports/databases/rubygem-em-redis-unified/pkg-descr
Sunpoet Po-Chuan Hsieh 7b1a22d5f0 Take maintainership
- Update pkg-descr
- Update WWW
2018-02-18 13:37:44 +00:00

12 lines
587 B
Plaintext

An EventMachine based library for interacting with the very cool Redis data
store by Salvatore 'antirez' Sanfilippo. 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.
WWW: https://github.com/portertech/em-redis