X-Git-Url: https://git.saurik.com/redis.git/blobdiff_plain/7c0e1b53c4c4f646c788fcd09666e1c321c1d134..3744824c3ef559c6c69cbc264f93b3e9891c263b:/TODO?ds=sidebyside diff --git a/TODO b/TODO index 8f0a5db2..dd6ba28b 100644 --- a/TODO +++ b/TODO @@ -17,6 +17,17 @@ API CHANGES the variable number of arguments represent values, and there is no conflict 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 ================