Added support for new arguments for EXPIRE, EXPIREAT commands (#1046)

This commit is contained in:
Vladyslav Vildanov
2023-01-25 18:00:23 +02:00
committed by GitHub
parent c541617333
commit 50e005bfe3
7 changed files with 169 additions and 6 deletions
+2 -2
View File
@@ -24,8 +24,8 @@ use Predis\Command\CommandInterface;
* @method $this del(array|string $keys)
* @method $this dump($key)
* @method $this exists($key)
* @method $this expire($key, $seconds)
* @method $this expireat($key, $timestamp)
* @method $this expire($key, $seconds, string $expireOption = '')
* @method $this expireat($key, $timestamp, string $expireOption = '')
* @method $this expiretime(string $key)
* @method $this keys($pattern)
* @method $this move($key, $db)