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
* Java: Add `SSCAN` command (#394)
* Add ScanOptions base class for scan-family options.
* Expose the cursor as a String to support unsigned 64-bit cursor values.
Co-authored-by: James Duong <james.duong@improving.com>
* Java: Add `ZSCAN` command (#397)
---------
Co-authored-by: James Duong <james.duong@improving.com>
* WIP TODO: support transactions, docs, and more IT
* Added more tests
* Added tests and javadocs
* Improved examples and tests
* Correct use of SScanOptions instead of ScanOptions for SScan
* Remove plumbing for SCAN command
* Sleep after sadd() calls before sscan() calls
Due to eventual consistency
* Change sscan cursor to be a String
Also fix bug in SharedCommandTests
* WIP with todos
# Conflicts:
# glide-core/src/protobuf/redis_request.proto
# glide-core/src/request_type.rs
# java/client/src/main/java/glide/api/commands/SortedSetBaseCommands.java
* Add ZScan to TransactionTestUtilities
* Spotless cleanup
* Test fixes
* Cleanup test code
* Apply IntelliJ suggestions
* Use String.valueOf() instead of concatenating empty string
* Added better error info for set comparison failures
* More logging for test failures
* Add sleeps after zadd() calls
To help make sure data is consistent without WAIT
* Longer sleeps
* Reduce wait time
* Experiment with unsigned 64-bit cursors
* Fix rebase error
* WIP TODO: support transactions, docs, and more IT
* Added more tests
* Added tests and javadocs
* Improved examples and tests
* Sleep after sadd() calls before sscan() calls
Due to eventual consistency
* Change sscan cursor to be a String
Also fix bug in SharedCommandTests
* Fix rebase conflicts
* Fix another rebase conflict
* Spotless
* HScan
* Flakey test
* Add HScan transaction unit test
* Rename ScanOptions to BaseScanOptions
* Fix merge issues
* Fix module-info ordering
* Tidy up docs
* PR comments
Fix up merge duplication and use HScanOptions constants.
---------
Co-authored-by: Guian Gumpac <guian.gumpac@improving.com>
0 commit comments