djveremix / redis

Automatically exported from code.google.com/p/redis
0 stars 0 forks source link

Protocol error, got ' ' as initial reply byte #213

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. About 3-4 hours of intensive work
2. Then any request returns the same exception

What is the expected output? What do you see instead?
I got exception "Protocol error, got ' ' as initial reply byte"

What version of the product are you using? On what operating system?
1.2.6.

Please provide any additional information below.

After some hours working. Redis starts throwing exceptions on any request.

Protocol error, got '<' as initial reply byte
Protocol error, got ' ' as initial reply byte

Is there any log for redis. How can I solve that?

Original issue reported on code.google.com by bal...@gmail.com on 29 Mar 2010 at 3:33

GoogleCodeExporter commented 9 years ago
Hello, that's not a Redis issue probably, but a redis-rb one. Maybe are you 
using redis-
rb mixed with threads?

Original comment by anti...@gmail.com on 29 Mar 2010 at 3:39

GoogleCodeExporter commented 9 years ago
How can I know if I use redis-rb with threads? In gems I found this:

redis-store (0.3.7)
ezmobius-redis (0.1)

Original comment by bal...@gmail.com on 29 Mar 2010 at 4:00

GoogleCodeExporter commented 9 years ago
ezmobius-redis 0.1 is a super old version of the redis-rb client. Please 
uninstall that and just do this:

sudo gem install redis

that will get redis 0.2.0 from gemcutter which is much more up to date and will 
probably fix your issue.
Thanks

Original comment by ezmob...@gmail.com on 29 Mar 2010 at 9:25

GoogleCodeExporter commented 9 years ago
redis 0.2.0 doesn't work together with redis-store. Will try redis 0.1.2.

Original comment by bal...@gmail.com on 29 Mar 2010 at 10:44

GoogleCodeExporter commented 9 years ago

Original comment by anti...@gmail.com on 27 Aug 2010 at 11:21