You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
redisson/redisson-spring-data/redisson-spring-data-33/src
Vlastimil Kotas 513e1b65bc use CursorId in ScanIteration to avoid long overflow
- Spring Data 3.3 deprecated `long cursorId` in favor of String-backed `CursorId` object to avoid `NumberFormatException` when then cursor ID is bigger than max long
 - more info: https://github.com/spring-projects/spring-data-redis/issues/2796

Signed-off-by: Vlastimil Kotas <vlastimil.kotas@jumio.com>
4 months ago
..
main/java/org/redisson/spring/data/connection use CursorId in ScanIteration to avoid long overflow 4 months ago
test Fixed - Spring Data Redis method RedisSetCommands.isMember() doesn't work. #6209 5 months ago