mirror of
https://github.com/fluencelabs/redis
synced 2025-04-03 16:21:03 +00:00
stupid bug fixed
This commit is contained in:
parent
9b24d8adbe
commit
bafa88c8b7
@ -356,7 +356,7 @@ void vmThreadedIOCompletedJob(aeEventLoop *el, int fd, void *privdata,
|
|||||||
*
|
*
|
||||||
* So we set a negative cache entry avoiding that the
|
* So we set a negative cache entry avoiding that the
|
||||||
* resumed client will block load what does not exist... */
|
* resumed client will block load what does not exist... */
|
||||||
if (dictFind(j->db->dict,j->key) == NULL &&
|
if (dictFind(j->db->dict,j->key->ptr) == NULL &&
|
||||||
(cacheScheduleIOGetFlags(j->db,j->key) &
|
(cacheScheduleIOGetFlags(j->db,j->key) &
|
||||||
(REDIS_IO_SAVE|REDIS_IO_SAVEINPROG)) == 0)
|
(REDIS_IO_SAVE|REDIS_IO_SAVEINPROG)) == 0)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user