Comment 1 for bug 1531712

Revision history for this message
Anish Mehta (amehta00) wrote :

From the code, this is when this assert can happen:

            // If redis returns error for async request, then perhaps it
            // is busy executing a script and it has reached the maximum
            // execution time limit.
            assert(reply->type != REDIS_REPLY_ERROR);

This timeout for script execution is set to 15 seconds.