0xsky / xredis

Redis C++ client, support the data slice storage, support redis cluster, thread-safe,multi-platform,connection pool, read/write separation.
GNU General Public License v3.0
337 stars 153 forks source link

it would be helpful to have an implementation of the 'HSCAN' command #25

Open bupthcp opened 7 years ago

bupthcp commented 7 years ago

I found that 'HSCAN' is left un-implemented in xRedisClient.h. Is there a plan to finish this feature?

0xsky commented 7 years ago

In progress, has been almost completed

0xsky commented 7 years ago

Code implementations have been submitted and the code is carefully used and not tested.

bupthcp commented 7 years ago

hmmmm, HSCAN is not contained. And the test case of scan seems to have some problem