Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ERR Protocol error: invalid bulk length #94

Open
jiashurui1997 opened this issue Apr 15, 2021 · 1 comment
Open

ERR Protocol error: invalid bulk length #94

jiashurui1997 opened this issue Apr 15, 2021 · 1 comment

Comments

@jiashurui1997
Copy link

jiashurui1997 commented Apr 15, 2021

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

@asjfoajs
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants