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
@@ -90,6 +90,7 @@ use Predis\Response\Status;
* @method string|null lindex(string $key, int $index)
* @method int linsert(string $key, $whence, $pivot, $value)
* @method int llen(string $key)
* @method string lmove(string $source, string $destination, string $where, string $to)
* @method string|null lpop(string $key)
* @method int lpush(string $key, array $values)
* @method int lpushx(string $key, array $values)