aboutsummaryrefslogtreecommitdiffstats
path: root/databases
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2018-02-18 21:37:44 +0800
committersunpoet <sunpoet@FreeBSD.org>2018-02-18 21:37:44 +0800
commitf38248d7c01fc1c28d51450ec7a5089b6012c937 (patch)
tree11e8dd30ad74d71adff4eba312d965ddcc5db0f2 /databases
parentaa67c6d15e00a3ba9fdffb17ab24bc1e00847d05 (diff)
downloadfreebsd-ports-gnome-f38248d7c01fc1c28d51450ec7a5089b6012c937.tar.gz
freebsd-ports-gnome-f38248d7c01fc1c28d51450ec7a5089b6012c937.tar.zst
freebsd-ports-gnome-f38248d7c01fc1c28d51450ec7a5089b6012c937.zip
Take maintainership
- Update pkg-descr - Update WWW
Diffstat (limited to 'databases')
-rw-r--r--databases/rubygem-em-redis-unified/Makefile2
-rw-r--r--databases/rubygem-em-redis-unified/pkg-descr11
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