mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +00:00
7b1a22d5f0
- Update pkg-descr - Update WWW
12 lines
587 B
Plaintext
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
|