- Redis Cluster
- Speed up key -> hashslot association. Now makes RBB loading 4x slower when there are many small keys.
- Better multi data center story
- redis-trib C coded and moved into redis-cli
- Backup / Restore of Cluster
- Non blocking MIGRATE (also consider not using 2X memory)
- Faster resharding
- Bug fixing and stress testing to bring it to next level of maturity
- Potentially a cache-only mode, slaveless, masters automatically reassign slots after failures
- Streams data structure
- Redis Modules improvements:
- Thread-safe contexts
- Thread-safe key locking
- Cluster API and reimplementation of Disque as a Redis module
- Listpacks replacing ziplists
super news. what is the tentative date ? 4.2 is in beta.
Interested to see this feature - Non blocking MIGRATE (also consider not using 2X memory).
Particularly to do away the need of 2X memory