Added support for LMOVE command (#863)

Co-authored-by: Vladyslav Vildanov <vladyslavvildanov@Vladyslav-Vildanov-MacBook-Pro.local>
This commit is contained in:
Vladyslav Vildanov
2022-12-12 18:37:28 +02:00
committed by GitHub
parent f9e77a0562
commit 87ecd7bde2
4 changed files with 237 additions and 0 deletions
+1
View File
@@ -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)