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