HomeFreeBSD

Upgrade from 5.0-rc5 to 5.0.0.

Description

Upgrade from 5.0-rc5 to 5.0.0.

<ChangeLog>

Upgrade urgency CRITICAL: Several fixes to streams AOF and replication.

Hi all and welcome to the first stable release of Redis 5! \o/

To start a quick recap of what's new in Redis 5:

  1. The new Stream data type. https://redis.io/topics/streams-intro
  2. New Redis modules APIs: Timers, Cluster and Dictionary APIs.
  3. RDB now store LFU and LRU information.
  4. The cluster manager was ported from Ruby (redis-trib.rb) to C code inside redis-cli. Check redis-cli --cluster help for more info.
  5. New sorted set commands: ZPOPMIN/MAX and blocking variants.
  6. Active defragmentation version 2.
  7. Improvemenets in HyperLogLog implementations.
  8. Better memory reporting capabilities.
  9. Many commands with sub-commands now have an HELP subcommand.
  10. Better performances when clients connect and disconnect often.
  11. Many bug fixes and other random improvements.
  12. Jemalloc was upgraded to version 5.1
  13. CLIENT UNBLOCK and CLIENT ID.
  14. The LOLWUT command was added. http://antirez.com/news/123
  15. We no longer use the "slave" word if not for API backward compatibility.
  16. Differnet optimizations in the networking layer.
  17. Lua improvements:
    • Better propagation of Lua scripts to slaves / AOF.
    • Lua scripts can now timeout and get in -BUSY state in the slave as well.
  18. Dynamic HZ to balance idle CPU usage with responsiveness.
  19. The Redis core was refactored and improved in many ways.

</ChangeLog>

Details

Provenance
osaAuthored on
Parents
rP482381: biology/ngs-sdk: Update 2.9.2 -> 2.9.3
Branches
Unknown
Tags
Unknown