-
Notifications
You must be signed in to change notification settings - Fork 9
NoMethodError: undefined method `slice!' for nil:NilClass #4
Comments
Seems kind of odd: the core Ruby Perhaps I should look elsewhere in the Redis driver for how this is handled |
Looks like the redis-rb ruby driver actually swaps in its own implementation of gets in I recall seeing errors like that @gf3 describes when running the redis-rb test suite on jruby against my own attempt a celluloid driver recently. Will try to reproduce and get a patch in. |
Sure, I can give it a shot. Might take some time to show up in the logs as I'm not sure what triggered it. |
It seems to be resolved. I haven't seen the error in a few days. |
Cool, will spin a new gem. |
This should be fixed in 0.0.2. |
Seeing this come up occasionally in my logs.
I've gist'd the full stack trace and the method from closest ancestor of my code. It looks like Celluloid might need to do a
nil
check in Redis::Connection::Celluloid#read—I'm not entirely familiar with what's expected from redis, though.The text was updated successfully, but these errors were encountered: