Extended core support by implementing FCALL_RO command (#1191)

This commit is contained in:
Vladyslav Vildanov
2023-03-12 17:52:20 +02:00
committed by GitHub
parent a77a43913a
commit f68543af37
5 changed files with 227 additions and 0 deletions
+1
View File
@@ -66,6 +66,7 @@ use Predis\Response\Status;
* @method int decrby(string $key, int $decrement)
* @method Status failover(?To $to = null, bool $abort = false, int $timeout = -1)
* @method mixed fcall(string $function, array $keys, ...$args)
* @method mixed fcall_ro(string $function, array $keys, ...$args)
* @method string|null get(string $key)
* @method int getbit(string $key, $offset)
* @method int|null getex(string $key, $modifier = '', $value = false)