Releases: joyieldInc/predixy
Releases · joyieldInc/predixy
Release PredixyFreeEdition 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
Note
- This a Predixy FreeEdition, It's not open source now
- The free license limit the max clients to 128
- The performance is about 85% of Predixy Commercial Edition, but still beat all of other redis proxy.
- Use license2025.conf replace the conf/license.conf
Release PredixyFreeEdition 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. - Fix some bugs in open source
Note
- This a Predixy FreeEdition, It's not open source now
- The free license limit the max clients to 128
- The performance is about 85% of Predixy Commercial Edition, but still beat all of other redis proxy.
Release 1.0.5
Release 1.0.4
Bug fix collection.
Release 1.0.3
all bug fix collections, ready for CacheEasy
Release 1.0.2
- supports redis4.0 cluster nodes response parse
- fix parse error for multi-key command with single key
- correct some commands property
[Deprecated] release 1.0.1
- improve performance
- fix scan for redis sentinel groups
[Deprecated] Predixy version 1.0.0 release
Predixy version 1.0.0 release
- High performance and lightweight.
- Multi-threads support.
- Works on Linux, OSX, BSD, Windows(Cygwin).
- Supports Redis Sentinel, single/multi redis group[s].
- Supports Redis Cluster.
- Supports redis block command, eg:blpop, brpop, brpoplpush.
- Supports scan command, even multi redis instances.
- Multi-databases support, means redis command select is avaliable.
- Supports redis transaction, limit in Redis Sentinel single redis group.
- Supports redis Scripts, script load, eval, evalsha.
- Supports redis Pub/Sub.
- Multi-DataCenters support.
- Extend AUTH, readonly/readwrite/admin permission, keyspace limit.
- Log level sample, async log record.
- Log file auto rotate by time and/or file size.
- Stats info, CPU/Memory/Requests/Responses and so on.
- Latency monitor.