mirror of
https://github.com/predis/predis.git
synced 2026-08-24 19:39:36 +00:00
Extended Sorted Set support by adding BLMOVE command (#865)
* Added support for LMOVE command * Added support for BLMOVE command Co-authored-by: Vladyslav Vildanov <vladyslavvildanov@Vladyslav-Vildanov-MacBook-Pro.local>
This commit is contained in:
committed by
GitHub
parent
bc5892e260
commit
5418cd5813
@@ -76,6 +76,7 @@ use Predis\Command\CommandInterface;
|
||||
* @method $this hsetnx($key, $field, $value)
|
||||
* @method $this hvals($key)
|
||||
* @method $this hstrlen($key, $field)
|
||||
* @method $this blmove(string $source, string $destination, string $where, string $to, int $timeout)
|
||||
* @method $this blpop(array|string $keys, $timeout)
|
||||
* @method $this brpop(array|string $keys, $timeout)
|
||||
* @method $this brpoplpush($source, $destination, $timeout)
|
||||
|
||||
Reference in New Issue
Block a user