add TOUCH command (#767)

This commit is contained in:
Hubert Lenoir
2022-05-23 17:46:48 +02:00
committed by GitHub
parent 6af5394a89
commit 89f20dc968
3 changed files with 139 additions and 0 deletions
+1
View File
@@ -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)