Closed GoogleCodeExporter closed 8 years ago
If the time format is HH:MM:DD, the connection will be timed out when EXISTS is
called. It seems you're interacting with Redis on a pretty low level, where a
read operation against a closed socket results in 0 bytes (which should be
interpreted as EOF).
Original comment by pcnoordh...@gmail.com
on 20 Jun 2011 at 5:12
the time format is hh:mm:ss
Original comment by ppossanz...@gmail.com
on 20 Jun 2011 at 5:28
Thanks, that was a typo. I meant hh:mm:ss.
Original comment by pcnoordh...@gmail.com
on 20 Jun 2011 at 5:32
i've managed the connection in a different way and now it works. thanks for
your time.
Original comment by ppossanz...@gmail.com
on 20 Jun 2011 at 6:37
Original issue reported on code.google.com by
ppossanz...@gmail.com
on 20 Jun 2011 at 4:39