]> git.saurik.com Git - redis.git/blobdiff - src/redis.h
Merge remote branch 'pietern/writev-unstable' into unstable
[redis.git] / src / redis.h
index f2ba5207dcd19b306b5677922124047f8a32fd83..3486307ec2ed3e540c59cf08857028e0713a0baf 100644 (file)
 #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)