Introduction to New Features in Redis7.0 Version
-
Added Redis Functions, support for persistence and master-replica replication
-
ACL improvements, support for key granularity permission control
-
Sharded-Pub/Sub
-
Multi-Part AOF, using full + incremental independent file storage, avoiding AOF rewriting overhead
-
Client-eviction, client eviction strategy, restricting the memory used by all clients, if it exceeds the limit, release the client with the greatest memory consumption
-
Added timestamps to AOF
-
Ziplist encoding replaced with Listpack encoding
-
Support for Global Replication Buffer
-
Support for command execution time histogram
-
Support for sub-command level performance statistics
Note:
URedis 7.0 disables ACL
URedis 7.0 does not support multi-threading