mediocregopher / radix.v2

Redis client for Go
http://godoc.org/github.com/mediocregopher/radix.v2
MIT License
433 stars 92 forks source link

Cluster.Cmd() returns "OK" instead of nil or a value. #14

Closed tpiron closed 8 years ago

tpiron commented 8 years ago

At some point, when we query our redis cluster using Cluster.Cmd(), it returns "OK".

Did you ever experienced a similar issue ?

I'll try to get more details asap.

mediocregopher commented 8 years ago

I'm definitely going to need more details than that :P Keep in mind some redis commands actually do return "OK" (like SET), so maybe you're just not handling the return from one of those properly?

mediocregopher commented 8 years ago

I'm going to go ahead and close this issue, please feel free to re-open it if you're still seeing problems or if you want any help debugging, I'm happy to help :)