mirror of
https://github.com/fluencelabs/redis
synced 2025-07-04 03:11:34 +00:00
don't overload the IO job queue if there are alrady too much entries
This commit is contained in:
@ -239,6 +239,8 @@ robj *dsGet(redisDb *db, robj *key, time_t *expire) {
|
||||
return val;
|
||||
|
||||
readerr:
|
||||
redisLog(REDIS_WARNING,"Read error reading reading %s. Corrupted key?",
|
||||
buf);
|
||||
redisPanic("Unrecoverable error reading from disk store");
|
||||
return NULL; /* unreached */
|
||||
}
|
||||
|
Reference in New Issue
Block a user