Push same changes of #446 to Predis\ClientContextInterface.

This also adds a couple of missing changes into the original PR.
This commit is contained in:
Daniele Alessandri
2017-07-12 15:34:57 +02:00
parent f5d8b9fe2d
commit 893215a1d4
2 changed files with 15 additions and 15 deletions
+2 -2
View File
@@ -24,7 +24,7 @@ use Predis\Profile\ProfileInterface;
* and more friendly interface to ease programming which is described in the
* following list of methods:
*
* @method int del(array $keys)
* @method int del(array|string $keys)
* @method string dump($key)
* @method int exists($key)
* @method int expire($key, $seconds)
@@ -135,7 +135,7 @@ use Predis\Profile\ProfileInterface;
* @method int zremrangebylex($key, $min, $max)
* @method int zlexcount($key, $min, $max)
* @method int pfadd($key, array $elements)
* @method mixed pfmerge($destinationKey, array $sourceKeys)
* @method mixed pfmerge($destinationKey, array|string $sourceKeys)
* @method int pfcount(array|string $keys)
* @method mixed pubsub($subcommand, $argument)
* @method int publish($channel, $message)