typo fixed, reloaded

This commit is contained in:
antirez 2010-04-22 20:24:00 +02:00
parent ffcc5608aa
commit 7accafbbe2

View File

@ -55,10 +55,10 @@ and refusing any further query. The system administrator should check why
M-1 nodes are offline and bring them back again if possible. M-1 nodes are offline and bring them back again if possible.
Once resisting to big net splits is no longer a requirement as there is no Once resisting to big net splits is no longer a requirement as there is no
conflict resolution stage, since at least an original node responsible to hold conflict resolution stage, since at least an original node responsible of
every possible key must be online for the cluster to work, there is also no need holding every possible key must be online for the cluster to work, there is
a design where every node can act as an independent entity receiving queries also no need for a design where every node can act as an independent entity
and forwarding this queries to other nodes as needed. receiving queries and forwarding this queries to other nodes as needed.
Instead a more decoupled approach can be used, in the form of a Redis Proxy Instead a more decoupled approach can be used, in the form of a Redis Proxy
node (or multiple Proxy nodes) that is contacted by clients, and node (or multiple Proxy nodes) that is contacted by clients, and