mirror of
https://github.com/predis/predis.git
synced 2026-08-30 20:21:31 +00:00
Apply same fix of 8437fbc to ClientContextInterface.
This commit is contained in:
@@ -38,7 +38,7 @@ use Predis\Command\CommandInterface;
|
||||
* @method $this append($key, $value)
|
||||
* @method $this bitcount($key, $start = null, $end = null)
|
||||
* @method $this bitop($operation, $destkey, $key)
|
||||
* @method $this bitfield($key, ...)
|
||||
* @method $this bitfield($key, $subcommand, ...$subcommandArg)
|
||||
* @method $this decr($key)
|
||||
* @method $this decrby($key, $decrement)
|
||||
* @method $this get($key)
|
||||
|
||||
Reference in New Issue
Block a user