mirror of
https://github.com/fluencelabs/redis
synced 2025-06-12 08:41:21 +00:00
Initialize all Lua scripting related things into scripting.c
This commit is contained in:
@ -1441,7 +1441,7 @@ int redis_check_rdb(char *rdbfilename);
|
||||
int redis_check_rdb_main(char **argv, int argc);
|
||||
|
||||
/* Scripting */
|
||||
void scriptingInit(void);
|
||||
void scriptingInit(int setup);
|
||||
|
||||
/* Blocked clients */
|
||||
void processUnblockedClients(void);
|
||||
|
Reference in New Issue
Block a user