Closed edevil closed 11 months ago
In order to deal with unresponsive Redis servers we need to be able to specify a timeout value for Redis operations.
One way to do this is using the timeout method of promises as shown here: https://github.com/luin/ioredis/issues/61#issuecomment-222059161
timeout
PR welcome
In order to deal with unresponsive Redis servers we need to be able to specify a timeout value for Redis operations.
One way to do this is using the
timeout
method of promises as shown here: https://github.com/luin/ioredis/issues/61#issuecomment-222059161