New Stream data type
New Redis module API: Timers, Cluster and Dictionary API APIs)
RDB can now store LFU and LRU information
Cluster manager in redis-cli from Ruby (redis-trib.rb ) ported to C language code. To learn more about Redis Cluster, please execute the command: `redis-cli --cluster help`
New ordered set (sorted set) command: ZPOPMIN/MAX and blocking Blocking variants
Upgrade Active defragmentation to v2 version
Enhance the implementation of HyperLogLog
Better memory statistics reporting
Many commands that contain subcommands now have a HELP subcommand
Clients connecting frequently and Better performance when disconnected
Many bug fixes and other improvements
Upgraded Jemalloc to version 5.1
Introducing CLIENT UNBLOCK and CLIENT ID
New LOLWUT command http://antirez.com/news/123
Deprecate the "slave" terminology where there is no need to maintain backward compatibility
Differential optimization in the network layer
Lua related improvements:
Better propagation of Lua scripts to replicas / AOF
Lua scripts can now time out and enter the -BUSY state in the replica
The above is the detailed content of What are the features of Redis5.0. For more information, please follow other related articles on the PHP Chinese website!