fakeredis icon indicating copy to clipboard operation
fakeredis copied to clipboard

Support for command smismember

Open TheGoszki opened this issue 3 years ago • 2 comments

Hi Are there any plans to add support for the SMISMEMBER command? https://redis.io/commands/smismember

TheGoszki avatar Oct 27 '21 10:10 TheGoszki

fakeredis relies on community contributions - I don't generally add support for commands myself unless I need them. So pull requests are welcome.

Currently the CI tests against Redis 6.0. I'm currently working on updating it to test against 6.2.x instead (SMISMEMBER was only introduced with 6.2).

bmerry avatar Oct 27 '21 11:10 bmerry

This was done in 1.7.6 release: https://github.com/dsoftwareinc/fakeredis-py/releases

cunla avatar Jun 04 '22 11:06 cunla