mirror of
https://github.com/predis/predis.git
synced 2026-08-21 14:51:06 +00:00
add TOUCH command (#767)
This commit is contained in:
@@ -115,6 +115,7 @@ use Predis\Response\Status;
|
||||
* @method array sscan(string $key, int $cursor, array $options = null)
|
||||
* @method string[] sunion(array|string $keys)
|
||||
* @method int sunionstore(string $destination, array|string $keys)
|
||||
* @method int touch(string[]|string $keyOrKeys, string ...$keys = null)
|
||||
* @method int zadd(string $key, array $membersAndScoresDictionary)
|
||||
* @method int zcard(string $key)
|
||||
* @method string zcount(string $key, int|string $min, int|string $max)
|
||||
|
||||
Reference in New Issue
Block a user