Josh Baker
Josh Baker
If you started with `-o json` then all responses will be RESP bulk strings that contain json. The "can't parse map reply" indicates that go-redis is expecting a RESP map,...
It took a bit but I figured out what's happening. When the `-o json` flag is used, every command response will be json. This is correct, but the go-redis client...
The '-o json' flag changes all response to json strings, including the SUBSCRIBE command. I made another small change adds to the previous client detection which ensures that the subscribe...
You’re welcome. I’m happy to hear it’s working now. I’ll continue to keep an eye on it. Thanks for the feedback.
A PR would be great. Thanks!
To be clear going from 1.32.2 to 1.32.3+ breaks your cluster? What OS are you using?
Thanks for the additional context. That's very helpful. I took a look at the diff between the two 1.32.2 and 1.33 and didn't find any obvious change that would cause...
Unfortunately I still haven't been able to reproduce the issue. I tried upgrading and downgrading between 1.32, 1.33 and 1.34 as described above. I also tried with other things that...
Hi Shantanu, After a little tweaking I was able to get the tests scripts to run. - I don't run Consul, so I manually handle the initial follow commands. -...
Ideally an array could be accessed using the standard accessor syntax, like `arr[10]`.