Home
last modified time | relevance | path

Searched refs:deny_write_type (Results 1 – 2 of 2) sorted by relevance

/f-stack/app/redis-5.0.5/src/
H A Dscripting.c491 int deny_write_type = writeCommandsDeniedByDiskError(); in luaRedisGenericCommand() local
502 } else if (deny_write_type != DISK_ERROR_TYPE_NONE) { in luaRedisGenericCommand()
503 if (deny_write_type == DISK_ERROR_TYPE_RDB) { in luaRedisGenericCommand()
H A Dserver.c2645 int deny_write_type = writeCommandsDeniedByDiskError(); in processCommand() local
2646 if (deny_write_type != DISK_ERROR_TYPE_NONE && in processCommand()
2652 if (deny_write_type == DISK_ERROR_TYPE_RDB) in processCommand()