summaryrefslogtreecommitdiff
path: root/databases/redis
diff options
context:
space:
mode:
authordholland <dholland@pkgsrc.org>2016-12-21 00:23:22 +0000
committerdholland <dholland@pkgsrc.org>2016-12-21 00:23:22 +0000
commitb4a5b789e74a69b082bd5c75977ef390a9e012fb (patch)
tree66023628605733f0ab4c421fdaa358bc6d4b0db1 /databases/redis
parent4dad31e591280d1a63a917f819b311ff26d23a00 (diff)
downloadpkgsrc-b4a5b789e74a69b082bd5c75977ef390a9e012fb.tar.gz
minor edits for grammar/usage
Diffstat (limited to 'databases/redis')
-rw-r--r--databases/redis/DESCR6
1 files changed, 3 insertions, 3 deletions
diff --git a/databases/redis/DESCR b/databases/redis/DESCR
index 591452f6cca..dec25b6e6d4 100644
--- a/databases/redis/DESCR
+++ b/databases/redis/DESCR
@@ -1,6 +1,6 @@
Redis is an advanced key-value store. It is similar to memcached but the
dataset is not volatile, and values can be strings, exactly like in memcached,
-but also lists, sets, and ordered sets. All this data types can be manipulated
+but also lists, sets, and ordered sets. All these data types can be manipulated
with atomic operations to push/pop elements, add/remove elements, perform
-server side union, intersection, difference between sets, and so forth. Redis
-supports different kind of sorting abilities.
+server side union, intersection, and difference between sets, and so forth.
+Redis also supports different kinds of sorting.