mirror of
https://codeberg.org/redict/redict.git
synced 2025-01-24 00:59:02 -05: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
|