mirror of
https://github.com/predis/predis.git
synced 2026-08-28 03:02:04 +00:00
Extended core support by implementing FCALL_RO command (#1191)
This commit is contained in:
committed by
GitHub
parent
a77a43913a
commit
f68543af37
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user