diff --git a/design-documents/REDIS-CLUSTER b/design-documents/REDIS-CLUSTER index 95aaddc1f1ec479531e436dd09f112385e0e2b91..086acbf767076ea82a5f11a702c867d22094a6f3 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