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 support to scan data structures using the reactive API:
Flux<String> keys = ScanStream.scan(reactive);
Like ScanIterator, ScanStream should encapsulate a cursor and the scan progress. Stream scanning should respect demand and issue only subsequent scan commands if the subscriber has sufficient demand.
The text was updated successfully, but these errors were encountered:
Add support to scan data structures using the reactive API:
Like
ScanIterator
,ScanStream
should encapsulate a cursor and the scan progress. Stream scanning should respect demand and issue only subsequent scan commands if the subscriber has sufficient demand.The text was updated successfully, but these errors were encountered: