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 think a Kotlin class (or extension) should be fine. Maybe even an extension providing static extension functions accepting e.g. RedisHashSuspendableCommands, RedisKeySuspendableCommands, … returning Flow would be fine, too.
Update what's new section. Remove JvmOverloads annotation since ScanFlow isn't intended to be used from Java or other JVM languages. Add support and test for zscan. Reduce iterations to 300. Remove superfluous kotlin-stdlib-jdk8 dependency.
Add since tag and license header.
Original pull request: #1438.
We should expose a more user-friendly interface to allow using
[H|S|Z]SCAN
commands through Coroutines following the design ofScanStream
.The text was updated successfully, but these errors were encountered: