Predixy Versions Save

A high performance and fully featured proxy for redis, support redis sentinel and redis cluster

7.0.1

5 months ago
  • 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.

7.0.0

6 months ago
  • 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.

1.0.5

5 years ago
  • Support redis standalone server pool
  • Bug fix #32 #33 #35 #36

1.0.4a

6 years ago

Bug fix collection.

1.0.3

6 years ago

all bug fix collections, ready for CacheEasy

1.0.2

6 years ago
  • supports redis4.0 cluster nodes response parse
  • fix parse error for multi-key command with single key
  • correct some commands property

1.0.1

6 years ago
  • improve performance
  • fix scan for redis sentinel groups

1.0.0

6 years ago

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.