X-Git-Url: https://git.saurik.com/redis.git/blobdiff_plain/9b1d738f9609b5a1865b74bdb2e2a1d49c67c9b5..51335102acb364be4c0652ff4e91c9a080b1e7e0:/src/redis.h diff --git a/src/redis.h b/src/redis.h index f2ba5207..3486307e 100644 --- a/src/redis.h +++ b/src/redis.h @@ -120,6 +120,10 @@ #define REDIS_IO_LOADINPROG 4 #define REDIS_IO_SAVEINPROG 8 +/* Generic IO flags */ +#define REDIS_IO_ONLYLOADS 1 +#define REDIS_IO_ASAP 2 + #define REDIS_MAX_COMPLETED_JOBS_PROCESSED 1 #define REDIS_THREAD_STACK_SIZE (1024*1024*4)