summaryrefslogtreecommitdiff
path: root/databases/redis
diff options
context:
space:
mode:
authordholland <dholland>2016-12-21 00:23:22 +0000
committerdholland <dholland>2016-12-21 00:23:22 +0000
commit00b88536427adcc53f94747bbc84bf160c90321c (patch)
tree8d77e471f90377185f27b06503e5b6d7ee4b2623 /databases/redis
parentfd861d8ccde2f29e13044c323a19cf4868290a42 (diff)
downloadpkgsrc-00b88536427adcc53f94747bbc84bf160c90321c.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.