mirror of
https://github.com/predis/predis.git
synced 2026-08-25 04:19:36 +00:00
Added support for new arguments for EXPIRE, EXPIREAT commands (#1046)
This commit is contained in:
committed by
GitHub
parent
c541617333
commit
50e005bfe3
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user