Added support for PEXPIRETIME command (#1031)

Co-authored-by: Vladyslav Vildanov <vladyslavvildanov@Vladyslav-Vildanov-MacBook-Pro.local>
This commit is contained in:
Vladyslav Vildanov
2023-01-19 19:14:55 +02:00
committed by GitHub
parent 20dcb4bb73
commit 64604de751
4 changed files with 108 additions and 0 deletions
+1
View File
@@ -153,6 +153,7 @@ use Predis\Command\CommandInterface;
* @method $this zrevrangebylex($key, $start, $stop, array $options = null)
* @method $this zremrangebylex($key, $min, $max)
* @method $this zlexcount($key, $min, $max)
* @method $this pexpiretime(string $key)
* @method $this pfadd($key, array $elements)
* @method $this pfmerge($destinationKey, array|string $sourceKeys)
* @method $this pfcount(array|string $keys)