Skip to content

Commit 2b476af

Browse files
authored
Merge pull request #370 from RedisLabsModules/add_module_option_handle_repl_async_load
Enable diskless replication by supporting async load
2 parents b7a9c5b + 29e569e commit 2b476af

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/raw.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ bitflags! {
3636
pub struct ModuleOptions: c_int {
3737
const HANDLE_IO_ERRORS = REDISMODULE_OPTIONS_HANDLE_IO_ERRORS as c_int;
3838
const NO_IMPLICIT_SIGNAL_MODIFIED = REDISMODULE_OPTION_NO_IMPLICIT_SIGNAL_MODIFIED as c_int;
39+
const HANDLE_REPL_ASYNC_LOAD = REDISMODULE_OPTIONS_HANDLE_REPL_ASYNC_LOAD as c_int;
3940
}
4041
}
4142

0 commit comments

Comments
 (0)