Closed GoogleCodeExporter closed 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
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
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
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
Original comment by anti...@gmail.com
on 27 Aug 2010 at 11:21
Original issue reported on code.google.com by
bal...@gmail.com
on 29 Mar 2010 at 3:33