mirror of
https://github.com/predis/predis.git
synced 2026-08-23 13:15:59 +00:00
* bugfix for srem type to accept array #779 * add test to test SREM accept members as array type #779
This commit is contained in:
@@ -111,7 +111,7 @@ use Predis\Response\Status;
|
||||
* @method int smove(string $source, string $destination, string $member)
|
||||
* @method string|array|null spop(string $key, int $count = null)
|
||||
* @method string|null srandmember(string $key, int $count = null)
|
||||
* @method int srem(string $key, string $member)
|
||||
* @method int srem(string $key, array|string $member)
|
||||
* @method array sscan(string $key, int $cursor, array $options = null)
|
||||
* @method string[] sunion(array|string $keys)
|
||||
* @method int sunionstore(string $destination, array|string $keys)
|
||||
|
||||
Reference in New Issue
Block a user