Apply same fix of 8437fbc to ClientContextInterface.

This commit is contained in:
Daniele Alessandri
2016-06-16 10:47:01 +02:00
parent 99f1e3290e
commit 53b2cc340a
+1 -1
View File
@@ -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)