mirror of
https://github.com/predis/predis.git
synced 2026-08-29 19:55:45 +00:00
Added support for GCRA command (#1657)
* Added support for GCRA command * Codestyle fixes * Updated test image
This commit is contained in:
committed by
GitHub
parent
bb37322a24
commit
7a4fa99d13
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user