Y
Hacker News
new
|
ask
|
show
|
jobs
by
aretaic
2670 days ago
Slightly off-topic, but what makes Redis cluster preferable over something like etcd as a K/V store?
1 comments
antirez
2670 days ago
They are at two extreme places of the spectrum basically. One is a very slow CP KV without any feature over basic stuff. Another is a data structure server with a KV shell, and weaker consistency guarantees and good performances.
link