Added support for SISMEMBER command (#871)

Co-authored-by: Vladyslav Vildanov <vladyslavvildanov@Vladyslav-Vildanov-MacBook-Pro.local>
This commit is contained in:
Vladyslav Vildanov
2022-12-23 21:18:50 +02:00
committed by GitHub
parent 9c543ef5b1
commit e540ca062b
4 changed files with 155 additions and 0 deletions
+1
View File
@@ -107,6 +107,7 @@ use Predis\Command\CommandInterface;
* @method $this sinterstore($destination, array|string $keys)
* @method $this sismember($key, $member)
* @method $this smembers($key)
* @method $this smismember(string $key, string ...$members)
* @method $this smove($source, $destination, $member)
* @method $this spop($key, $count = null)
* @method $this srandmember($key, $count = null)