-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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: expected '$', got ' ' #1358
Comments
Are you sharing a Jedis instance through different threads or something On Tue, Jul 26, 2016 at 12:11 PM Flawd notifications@github.com wrote:
|
bless you you lead me the right way i didnt read the manual, only a bad tutorial the actual error resulted from me chaining an async jedis void into another async void. after that I encountered another error: [B can not be cast to java.lang.Long error, because I always used the same ... |
👍 |
how to fix this issue ? |
Getting this error. Why? How fix? I simply execute the code one time, second time, all works fine, third time (just an example) it gives this error. after that the connection is broken.
This is line 38: connection.getJedis().hset(key, field, object.toString());
object is i.e. an integer
The text was updated successfully, but these errors were encountered: