miniredis
miniredis copied to clipboard
Feature Request: ZINTER command
ZINTERSTORE is supported but not ZINTER. Would be nice to see the latter implemented as well.
Only difference between the two is storing the sorted set vs returning it to the client. Since they are so similar I'd think we might be able to reuse some of the current ZINTERSCORE logic to implement ZINTER.
Agree, I added it in #350
merged to master, will make it a proper versioned release in a few days.