Added support for LMPOP command (#1013)

Co-authored-by: Vladyslav Vildanov <vladyslavvildanov@Vladyslav-Vildanov-MacBook-Pro.local>
This commit is contained in:
Vladyslav Vildanov
2023-01-16 18:45:04 +02:00
committed by GitHub
parent 721c829042
commit d1acca607e
6 changed files with 343 additions and 0 deletions
+1
View File
@@ -102,6 +102,7 @@ use Predis\Response\Status;
* @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 array|null lmpop(array $keys, string $modifier = 'left', int $count = 1)
* @method string|null lpop(string $key)
* @method int lpush(string $key, array $values)
* @method int lpushx(string $key, array $values)