1
0
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:
Sunpoet Po-Chuan Hsieh 2018-02-18 13:37:44 +00:00
parent e193140e50
commit 7b1a22d5f0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=462232
2 changed files with 9 additions and 4 deletions

View File

@ -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

View File

@ -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