leporo / tornado-redis

Asynchronous Redis client that works within Tornado IO loop.
666 stars 162 forks source link

Unable to map key to value when using HSCAN #93

Open ybbkrishna opened 9 years ago

ybbkrishna commented 9 years ago

HI, I am using client.hscan to stream the results from redis bucket to the client, hscan is returning a list with next cursor position and a set with keys and values, here i was unable to map the keys with values.

found the issue to be with REPLY_MAP