Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mark Paluch opened DATAREDIS-743 and commented
We should add reactive support for HSCAN, SSCAN, ZSCAN, and SCAN commands. Lettuce 5.1 will ship with a ScanStream class doing exactly what we achieve with the imperative variant ScanCursor including backpressure support
HSCAN
SSCAN
ZSCAN
SCAN
ScanStream
ScanCursor
Referenced from: pull request #343
The text was updated successfully, but these errors were encountered:
mp911de
Successfully merging a pull request may close this issue.
Mark Paluch opened DATAREDIS-743 and commented
We should add reactive support for
HSCAN
,SSCAN
,ZSCAN
, andSCAN
commands. Lettuce 5.1 will ship with aScanStream
class doing exactly what we achieve with the imperative variantScanCursor
including backpressure supportReferenced from: pull request #343
The text was updated successfully, but these errors were encountered: