redis/tests/support
Mincho Paskalev 2e46d2e735
Some checks failed
CI / test-ubuntu-latest (push) Waiting to run
CI / test-sanitizer-address (push) Waiting to run
CI / build-debian-old (push) Waiting to run
CI / build-macos-latest (push) Waiting to run
CI / build-32bit (push) Waiting to run
CI / build-libc-malloc (push) Waiting to run
CI / build-centos-jemalloc (push) Waiting to run
CI / build-old-chain-jemalloc (push) Waiting to run
Codecov / code-coverage (push) Waiting to run
External Server Tests / test-external-standalone (push) Waiting to run
External Server Tests / test-external-cluster (push) Waiting to run
External Server Tests / test-external-nodebug (push) Waiting to run
Spellcheck / Spellcheck (push) Waiting to run
Reply-schemas linter / reply-schemas-linter (push) Has been cancelled
Hold GCRA out of the release (#15191)
After introducing GCRA algorithm into redis
https://github.com/redis/redis/pull/14826 and subsequent introduction of
new RATE_LIMIT object type - https://github.com/redis/redis/pull/14905.
It was internally decided not to introduce GCRA into the new release.

As still no decision is made on whether it will be kept or not in the
future, this PR only makes the code related to GCRA dead - commands are
inaccessible and AOF/RDB load+save is disabled.

---------

Co-authored-by: debing.sun <debing.sun@redis.com>
2026-05-14 16:31:25 +03:00
..
aofmanifest.tcl AOF offset info (#13773) 2025-02-13 17:31:40 +08:00
benchmark.tcl Added URI support to redis-benchmark (cli and benchmark share the same uri-parsing methods) (#9314) 2021-09-14 19:45:06 +03:00
cli.tcl Improve bind and protected-mode config handling. (#9034) 2021-06-22 12:50:17 +03:00
cluster.tcl Support Tcl 9.0 in Redis test suite (#14787) 2026-02-28 14:07:25 +08:00
cluster_util.tcl Add Atomic Slot Migration (ASM) support (#14414) 2025-10-22 15:56:20 +03:00
redis.tcl Chore complete Tcl 9 support and fix regressions in test suite (#14845) 2026-03-06 13:27:56 +08:00
response_transformers.tcl Support Tcl 9.0 in Redis test suite (#14787) 2026-02-28 14:07:25 +08:00
server.tcl RED-184929: Auto-backups and restore test configuration (#14753) 2026-03-09 15:44:32 +08:00
test.tcl RED-184929: Auto-backups and restore test configuration (#14753) 2026-03-09 15:44:32 +08:00
tmpfile.tcl Initial implementation of a client-server parallel testing system for Redis in order to speedup execution of the test suite. 2011-07-10 23:25:48 +02:00
util.tcl Hold GCRA out of the release (#15191) 2026-05-14 16:31:25 +03:00