Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
redis
Commits
8905378c
Commit
8905378c
authored
May 06, 2011
by
antirez
Browse files
Cluster TODO updated
parent
0caa7507
Changes
1
Hide whitespace changes
Inline
Side-by-side
TODO
View file @
8905378c
...
@@ -17,6 +17,17 @@ API CHANGES
...
@@ -17,6 +17,17 @@ API CHANGES
the variable number of arguments represent values, and there is no conflict
the variable number of arguments represent values, and there is no conflict
with the return value of the command.
with the return value of the command.
CLUSTER
=======
* Implement rehashing and cluster check in redis-trib.
* Reimplement MIGRATE / RESTORE to use just in memory buffers (no disk at
all). This will require touching a lot of the RDB stuff around, but we may
hand with faster persistence for RDB.
* Implement the slave nodes semantics and election.
* Allow redis-trib to create a cluster-wide snapshot (using SYNC).
* Allow redis-trib to restore a cluster-wide snapshot (implement UPLOAD?).
APPEND ONLY FILE
APPEND ONLY FILE
================
================
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment