mirror of
https://github.com/fluencelabs/redis
synced 2025-06-01 03:31:18 +00:00
7 lines
154 B
C
7 lines
154 B
C
/* Exported API */
|
|
void bioInit(void);
|
|
void bioCreateBackgroundJob(int type, void *data);
|
|
|
|
/* Background job opcodes */
|
|
#define REDIS_BIO_CLOSE_FILE 1
|