You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add since tags. Order methods alphabetically. Add zmscore to Coroutines API
Remove StreamingOutput from DoubleListOutput to preserve null elements in List<Double> as ZMSCORE returns (nil) for elements that weren't found and ReactivePublisher emits every list item individually. Since null values are not allowed in Reactive Streams, we need to collect all scores first and then emit the List.
Pin return type of ZMSCORE to List<Double> for the Reactive API.
Guard tests so they don't fail on older Redis versions. Adapt tests.
Original pull request: #1456.
https://redis.io/commands/zmscore
The text was updated successfully, but these errors were encountered: