Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adopt
Set
test to also run on Redis 7 #2349
Before this pr, `sscanMultiple` will fail at `assertThat(cursor.getCursor()).isNotNull().isNotEqualTo("0");` This is because the bottom layer is the ListPack structure at this time. It does not support the count option. It will return all values and set the CURSOR to 0. see https://redis.io/commands/scan/ *Why SCAN may return all the items of an aggregate data type in a single call?* for more info.
- Loading branch information