Fix cursor type in RedisModuleScanCursor (#10698)
Changed cursor's type from `int` to `unsigned long` allows handling database or key with more than 2^31 elements
Please register or sign in to comment
Changed cursor's type from `int` to `unsigned long` allows handling database or key with more than 2^31 elements