mirror of
https://github.com/predis/predis.git
synced 2026-08-28 03:02:04 +00:00
Added support for LCS command (#1035)
This commit is contained in:
committed by
GitHub
parent
ccc2860ad2
commit
a8c5794b8a
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user