Closed srounet closed 13 years ago
if I remember correctly, disconnect closes the socket; however, the way the redis object works, it will lazily open a socket on an operation. I'll update this in the 1.01 branch.
fixed and merged into release/1.0.1
There is an issue calling close method from ResQ object.
I looked at source code and found that it may be instead :
but calling that method has no side effect, i can still enqueue jobs and use ResQ object the same way.