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
@@ -33,8 +33,8 @@ use Predis\Response\Status;
* @method int del(string[]|string $keyOrKeys, string ...$keys = null)
* @method string|null dump(string $key)
* @method int exists(string $key)
* @method int expire(string $key, int $seconds)
* @method int expireat(string $key, int $timestamp)
* @method int expire(string $key, int $seconds, string $expireOption = '')
* @method int expireat(string $key, int $timestamp, string $expireOption = '')
* @method int expiretime(string $key)
* @method array keys(string $pattern)
* @method int move(string $key, int $db)