Added missing VSIM argument (#1582)

* Added missing VSIM argument

* Updated CHANGELOG.md
This commit is contained in:
Vladyslav Vildanov
2025-07-28 15:57:35 +03:00
committed by GitHub
parent b10cf7c96a
commit 1c96f704fc
5 changed files with 26 additions and 16 deletions
+1 -1
View File
@@ -360,7 +360,7 @@ use Predis\Response\Status;
* @method array|null vlinks(string $key, string $elem, bool $withScores = false)
* @method string|array|null vrandmember(string $key, int $count = null)
* @method bool vrem(string $key, string $elem)
* @method array vsim(string $key, string|array $vectorOrElem, bool $isElem = false, bool $withScores = false, int $count = null, int $ef = null, string $filter = null, int $filterEf = null, bool $truth = false, bool $noThread = false)
* @method array vsim(string $key, string|array $vectorOrElem, bool $isElem = false, bool $withScores = false, int $count = null, float $epsilon = null, int $ef = null, string $filter = null, int $filterEf = null, bool $truth = false, bool $noThread = false)
* @method bool vsetattr(string $key, string $elem, string|array $attributes)
* @method array waitaof(int $numLocal, int $numReplicas, int $timeout)
* @method mixed watch(string[]|string $keyOrKeys)