Ganesh

Results 2 comments of Ganesh

Hi Howard - Any update on the next release plan ? Thanks.

Not sure if `redis-py` was recently updated. Here is the latest which returns `cursor`. https://github.com/redis/redis-py/blob/master/redis/client.py#L378 ``` def parse_scan(response, **options): cursor, r = response return int(cursor), r ```