Commit ffcc5608 authored by antirez's avatar antirez
Browse files

typo fixed

parent 34b8a559
...@@ -7,8 +7,8 @@ Overview ...@@ -7,8 +7,8 @@ Overview
======== ========
Redis is a fast key-value store supporting complex aggregate data types as 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 values. For instance keys can be bound to lists with many elements, sets,
bound to lists with many elements, sets, sub-dictionaries (hashes) and so forth. sub-dictionaries (hashes) and so forth.
While Redis is very fast, currently it lacks scalability in the form of ability 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 to transparently run across different nodes. This is desirable mainly for the
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment