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

Fixing null deref on command reply. Checking type before asserting si… #19

Closed nimeshamin closed 8 years ago

nimeshamin commented 8 years ago

…mple string response was received, which keeps the intent of the original change.

0xsky commented 8 years ago

you are right. have a bug here