bwlewis / rredis

R client for Redis
http://illposed.net/
93 stars 25 forks source link

Blocking operations can hang #32

Closed bwlewis closed 8 years ago

bwlewis commented 8 years ago

Blocking operations like redisBRPop, redisBLPop can hang when communication with the Redis server is interrupted. This is a bug in the internal burn function.