-
Notifications
You must be signed in to change notification settings - Fork 351
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
31 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
# 7.0.1 | ||
|
||
+ Add new config IgnoreArgNumCheck, use to ignore argument number check in Predixy | ||
+ Improve the performance for relaod license | ||
+ Fix the rewrite error response | ||
|
||
# 7.0.0 | ||
|
||
+ Support new command for Redis 6.x and 7.x, list below: | ||
+ Function: all Function serial commands | ||
+ Script: eval_ro; improve script implement | ||
+ Set: sintercard smismember | ||
+ Zset: bzmpop zdiff zdiffstore zinter zintercard zmpop zmscore zrandmember | ||
zrangestore zunion | ||
+ List: lmove lmpop lpos | ||
+ Geo: georadius_ro georadiusbymember_ro geosearch geosearchstore | ||
+ Other: reset expiretime pexiretime sort_ro bitfield_ro getdel getex | ||
lcs substr hrandfield | ||
+ PubSub: supports Shard PubSub; refactor all PubSub codes for Predixy, now | ||
Predixy can support Redis PubSub fully. | ||
|
||
# 5.2.0 | ||
|
||
+ Supports domain in config for discover redis nodes | ||
+ Auto remove the redis node if it's not stay in the Redis Cluster | ||
+ Improve the deploy for exporter | ||
+ Require license to running | ||
+ Improve the compatibility for client within Redis Cluster | ||
+ Disable some redis commands in config | ||
+ PINFO reply the arch information | ||
+ WorkerThreads: the config field can auto detect the CPU cores |