miniredis icon indicating copy to clipboard operation
miniredis copied to clipboard

Feature Request: ZINTER command

Open conradhanson opened this issue 2 years ago • 2 comments

Redis 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.

conradhanson avatar Oct 10 '23 22:10 conradhanson

Agree, I added it in #350

alicebob avatar Oct 11 '23 09:10 alicebob

merged to master, will make it a proper versioned release in a few days.

alicebob avatar Oct 11 '23 09:10 alicebob