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