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
@@ -57,6 +57,7 @@ use Predis\Command\Redis\Container\FunctionContainer;
* @method $this decrby($key, $decrement)
* @method $this failover(?To $to = null, bool $abort = false, int $timeout = -1)
* @method $this fcall(string $function, array $keys, ...$args)
* @method $this fcall_ro(string $function, array $keys, ...$args)
* @method $this get($key)
* @method $this getbit($key, $offset)
* @method $this getex(string $key, $modifier = '', $value = false)