Skip to content

Instantly share code, notes, and snippets.

@antirez
Last active July 15, 2022 12:26
Show Gist options
  • Star 33 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save antirez/a3787d538eec3db381a41654e214b31d to your computer and use it in GitHub Desktop.
Save antirez/a3787d538eec3db381a41654e214b31d to your computer and use it in GitHub Desktop.

Redis 4.2 roadmap

  1. 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
  1. Streams data structure
  2. Redis Modules improvements:
  • Thread-safe contexts
  • Thread-safe key locking
  • Cluster API and reimplementation of Disque as a Redis module
  1. Listpacks replacing ziplists
@GiovanaBorges
Copy link

thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment