Added support for LCS command (#1035)

This commit is contained in:
Vladyslav Vildanov
2023-01-20 21:14:50 +02:00
committed by GitHub
parent ccc2860ad2
commit a8c5794b8a
4 changed files with 267 additions and 0 deletions
+1
View File
@@ -101,6 +101,7 @@ use Predis\Response\Status;
* @method array|null blpop(array|string $keys, int|float $timeout)
* @method array|null brpop(array|string $keys, int|float $timeout)
* @method string|null brpoplpush(string $source, string $destination, int|float $timeout)
* @method mixed lcs(string $key1, string $key2, bool $len = false, bool $idx = false, int $minMatchLen = 0, bool $withMatchLen = false)
* @method string|null lindex(string $key, int $index)
* @method int linsert(string $key, $whence, $pivot, $value)
* @method int llen(string $key)