mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-24 09:25:01 +00:00
Take maintainership
- Update pkg-descr - Update WWW
This commit is contained in:
parent
e193140e50
commit
7b1a22d5f0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=462232
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user