redis-cluster-proxy icon indicating copy to clipboard operation
redis-cluster-proxy copied to clipboard

ERR Protocol error: invalid bulk length

Open jiashurui1997 opened this issue 4 years ago • 1 comments

Hello , I'm using the redis-cluster-proxy from master branch .

When I try to set blank value using proxy ,I got this Error↓

127.0.0.1:7777>set a ""
(error) ERR Protocol error: invalid bulk length

127.0.0.1:7777>hset map k ""
(error) ERR Protocol error: invalid bulk length

While typing the same command in Redis cluster mode without proxy ,I got right response.

127.0.0.1:6397>set a ""
>"OK"

Also no error in standard Redis (No cluster)

I'm new to redis-cluster-proxy and I am confusing if there is a limitiation in this command ?

Regards

jiashurui1997 avatar Apr 15 '21 09:04 jiashurui1997

I have also encountered this problem. How did you solve it?

asjfoajs avatar Dec 20 '24 01:12 asjfoajs