diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2018-02-18 13:37:44 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2018-02-18 13:37:44 +0000 |
commit | 7b1a22d5f08ca592b0f619cf31813fe2f0dd1bfb (patch) | |
tree | 11e8dd30ad74d71adff4eba312d965ddcc5db0f2 /databases/rubygem-em-redis-unified | |
parent | e193140e505adf3643f587fc360eb6e0df901a0a (diff) | |
download | ports-7b1a22d5f08ca592b0f619cf31813fe2f0dd1bfb.tar.gz ports-7b1a22d5f08ca592b0f619cf31813fe2f0dd1bfb.zip |
Notes
Diffstat (limited to 'databases/rubygem-em-redis-unified')
-rw-r--r-- | databases/rubygem-em-redis-unified/Makefile | 2 | ||||
-rw-r--r-- | databases/rubygem-em-redis-unified/pkg-descr | 11 |
2 files changed, 9 insertions, 4 deletions
diff --git a/databases/rubygem-em-redis-unified/Makefile b/databases/rubygem-em-redis-unified/Makefile index 64b840607849..a9fce3c913f8 100644 --- a/databases/rubygem-em-redis-unified/Makefile +++ b/databases/rubygem-em-redis-unified/Makefile @@ -5,7 +5,7 @@ PORTVERSION= 1.0.1 CATEGORIES= databases rubygems MASTER_SITES= RG -MAINTAINER= ports@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= Eventmachine-based implementation of the Redis protocol LICENSE= MIT diff --git a/databases/rubygem-em-redis-unified/pkg-descr b/databases/rubygem-em-redis-unified/pkg-descr index 98117a5a154e..626bb72d8ad4 100644 --- a/databases/rubygem-em-redis-unified/pkg-descr +++ b/databases/rubygem-em-redis-unified/pkg-descr @@ -1,6 +1,11 @@ -An EventMachine based library for interacting with the Redis data store -by Salvatore 'antirez' Sanfilippo. Modeled after eventmachine's +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). -WWW: https://rubygems.org/gems/em-redis-unified +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 |