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
I was converting my blocking ListOperations that uses a leftPop(key, count) to a reactive version. But it seems that the ReactiveListOperations does not have an option to pop N elements. Is there any reason for that?
The text was updated successfully, but these errors were encountered:
ericsouza
changed the title
Pop N elements using ReactiveListOperation
Pop N elements using ReactiveListOperations
Aug 29, 2023
mp911de
changed the title
Pop N elements using ReactiveListOperations
Add support to (Left|Right) Pop N elements using ReactiveListOperationsAug 29, 2023
Hey, thanks for this amazing library!
I was converting my blocking ListOperations that uses a leftPop(key, count) to a reactive version. But it seems that the ReactiveListOperations does not have an option to pop N elements. Is there any reason for that?
The text was updated successfully, but these errors were encountered: