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