vipshop / hiredis-vip

Support redis cluster. Maintained and used at vipshop.
BSD 3-Clause "New" or "Revised" License
322 stars 173 forks source link

is it support brpop #94

Open xddai1201 opened 6 years ago

xddai1201 commented 6 years ago

When i use "brpop", "Parse command error ..." occurred. Is there any monthed to avoid this error? And when i use hiredis not hiredis-vip, it will not occur.

thakurajayL commented 5 years ago

Provide the logs. Where do you see this parsed command error. See commands.c for supported command. I dont see brpop there.