This is an automated email from the ASF dual-hosted git repository.

baoyuan pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/apisix.git


    from b7ec0c89d fix(limit-conn): implement configurable redis key expiry 
(#12872)
     add 630891bcd feat: rate limiting plugins support setting keepalive for 
redis policy (#12861)

No new revisions were added by this update.

Summary of changes:
 apisix/plugins/limit-conn/limit-conn-redis.lua   | 14 ++++++-
 apisix/plugins/limit-count/limit-count-redis.lua |  2 +-
 apisix/plugins/limit-req/limit-req-redis.lua     | 10 +++--
 apisix/utils/redis-schema.lua                    | 12 ++++++
 apisix/utils/redis.lua                           |  1 +
 apisix/utils/rediscluster.lua                    |  4 ++
 docs/en/latest/plugins/limit-conn.md             |  2 +
 docs/en/latest/plugins/limit-count.md            |  2 +
 docs/en/latest/plugins/limit-req.md              |  2 +
 docs/zh/latest/plugins/limit-conn.md             |  2 +
 docs/zh/latest/plugins/limit-count.md            |  2 +
 docs/zh/latest/plugins/limit-req.md              |  2 +
 t/plugin/limit-conn-redis-cluster.t              | 40 ++++++++++++++++++
 t/plugin/limit-conn-redis.t                      |  9 ++++
 t/plugin/limit-count-redis-cluster3.t            | 34 ++++++++++++++++
 t/plugin/limit-count-redis4.t                    | 52 +++++++++++++++++++++++-
 t/plugin/limit-req-redis-cluster.t               | 35 ++++++++++++++++
 t/plugin/limit-req-redis.t                       | 47 ++++++++++++---------
 18 files changed, 246 insertions(+), 26 deletions(-)

Reply via email to