typo fixed

This commit is contained in:
antirez 2010-04-22 20:20:41 +02:00
parent 34b8a559a8
commit ffcc5608aa

View File

@ -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