]> git.saurik.com Git - redis.git/blob - src/bio.h
Enforce upper bound for number of requests in redis-benchmark
[redis.git] / src / bio.h
1 /* Exported API */
2 void bioInit(void);
3 void bioCreateBackgroundJob(int type, void *data);
4
5 /* Background job opcodes */
6 #define REDIS_BIO_CLOSE_FILE 1