From ffcc5608aa194e5c86b44fb9a770429f3d9db8ae Mon Sep 17 00:00:00 2001 From: antirez Date: Thu, 22 Apr 2010 20:20:41 +0200 Subject: [PATCH] typo fixed --- design-documents/REDIS-CLUSTER | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/design-documents/REDIS-CLUSTER b/design-documents/REDIS-CLUSTER index 95aaddc1f..086acbf76 100644 --- a/design-documents/REDIS-CLUSTER +++ b/design-documents/REDIS-CLUSTER @@ -7,8 +7,8 @@ Overview ======== Redis is a fast key-value store supporting complex aggregate data types as -values. Values can be complex aggregate data types. For instance keys can be -bound to lists with many elements, sets, sub-dictionaries (hashes) and so forth. +values. For instance keys can be bound to lists with many elements, sets, +sub-dictionaries (hashes) and so forth. While Redis is very fast, currently it lacks scalability in the form of ability to transparently run across different nodes. This is desirable mainly for the