Redis 6.2 GA!
Congratulations to the core team and all of the many contributors who helped create Redis 6.2!
A few highlights:
LMOVEdeprecatesRPOPLPUSHfor moving items between lists. ForgettingRPOPLPUSHwill offer memory savings for our brains. docs- You can
COPYkeys of any type from one location to another. docs SETwill return a key’s previous value when the newGEToption is used, deprecating theGETSETcommand. docs- Conditionally update scores in sorted sets using
ZADD’s newLTandGToptions. docs
You can read more in the release notes from the Redis core team.
Redis 6.2 is supported on the RedisGreen platform. You can build new databases using this version, or upgrade any Redis 6.0 database with no downtime.
Want to give the new release a try? Use RedisGreen to build a new Redis server now