ardb
ardb copied to clipboard
Any plans to support Cluster?
I know redis cluster is pretty raw, but it is mostly functional. A redis-like cluster with disk based storage could be amazing because you could scale to hundreds of nodes and billions of keys.
There is already a prototype design for 'cluster', and some initial code under src/cluster
, i'm just working on it with my spare time.
Cool. This is very interesting to me. Glad to see some exploration being done in this area.
certainly cool!
👍 for clustering; if any testing is required please let me know!
Gentle bump ! What's the current situation about redis-cluster support ?
Cluster branch is now 2 years old. Thanks !
Thanks I'll give it a try 👍