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

Connection re-established but last request not processed #43

Open
yheart opened this issue Dec 25, 2010 · 1 comment
Open

Connection re-established but last request not processed #43

yheart opened this issue Dec 25, 2010 · 1 comment

Comments

@yheart
Copy link

yheart commented Dec 25, 2010

When I updated the jredis , I got the error when JRedisService reconnected .

The Exception info is as follow:

ERROR - -1 read count in readLine() while reading response line.
ERROR - PROBLEM: serviceRequest() -- ClientRuntimeException => Unexpected EOF (read -1) in readLine. Command: ZCARD
org.jredis.connector.ConnectionReset: Connection re-established but last request not processed: Unexpected EOF (read -1) in readLine. Command: ZCARD
at org.jredis.ri.alphazero.connection.SynchConnection.serviceRequest(SynchConnection.java:154)
at org.jredis.ri.alphazero.JRedisService.serviceRequest(JRedisService.java:180)
at org.jredis.ri.alphazero.JRedisSupport.zcard(JRedisSupport.java:872)

@alphazero
Copy link
Owner

Version mismatch, most likely. 1.0 RC2 is for Redis 1.2.n. master branch in git is for the 2.0.

Always take a look at the revision info file in the root of the source distro. It notes which precise version of redis it was tested against. It is very possible that 2.n version is lagging behind Redis as I've been very busy past couple of months with work.

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