redict/src/bio.h

7 lines
154 B
C
Raw Normal View History

2011-09-13 09:59:48 -04:00
/* Exported API */
void bioInit(void);
void bioCreateBackgroundJob(int type, void *data);
/* Background job opcodes */
#define REDIS_BIO_CLOSE_FILE 1