mirror of
https://github.com/predis/predis.git
synced 2026-08-24 02:49:34 +00:00
Added support for LMOVE command (#863)
Co-authored-by: Vladyslav Vildanov <vladyslavvildanov@Vladyslav-Vildanov-MacBook-Pro.local>
This commit is contained in:
committed by
GitHub
parent
f9e77a0562
commit
87ecd7bde2
@@ -81,6 +81,7 @@ use Predis\Command\CommandInterface;
|
||||
* @method $this lindex($key, $index)
|
||||
* @method $this linsert($key, $whence, $pivot, $value)
|
||||
* @method $this llen($key)
|
||||
* @method $this lmove(string $source, string $destination, string $where, string $to)
|
||||
* @method $this lpop($key)
|
||||
* @method $this lpush($key, array $values)
|
||||
* @method $this lpushx($key, array $values)
|
||||
|
||||
Reference in New Issue
Block a user