Added support for GCRA command (#1657)

* Added support for GCRA command

* Codestyle fixes

* Updated test image
This commit is contained in:
Vladyslav Vildanov
2026-03-24 13:50:23 +02:00
committed by GitHub
parent bb37322a24
commit 7a4fa99d13
6 changed files with 377 additions and 1 deletions
+1
View File
@@ -152,6 +152,7 @@ use Predis\Response\Status;
* @method array ftsyndump(string $index)
* @method Status ftsynupdate(string $index, string $synonymGroupId, ?SynUpdateArguments $arguments = null, string ...$terms)
* @method array fttagvals(string $index, string $fieldName)
* @method array gcra(string $key, int $maxBurst, int $requestsPerPeriod, float $period, ?int $numRequests = null)
* @method string|null get(string $key)
* @method int getbit(string $key, $offset)
* @method int|null getex(string $key, $modifier = '', $value = false)