cunla / fakeredis-py

Implementation of Redis in python without having a Redis server running. Fully compatible with using redis-py.
https://fakeredis.moransoftware.ca/
BSD 3-Clause "New" or "Revised" License
298 stars 48 forks source link

Implement support for `ZINTERCARD` (sorted-set command) #190

Closed cunla closed 1 year ago

cunla commented 1 year ago

Implement support for command ZINTERCARD in sorted-set_mixin.py.

Returns the number of members of the intersect of multiple sorted sets..

Here is the Official documentation