Skip to content

Commit

Permalink
Merge pull request #370 from RedisLabsModules/add_module_option_handl…
Browse files Browse the repository at this point in the history
…e_repl_async_load

Enable diskless replication by supporting async load
  • Loading branch information
alonre24 authored Oct 20, 2023
2 parents b7a9c5b + 29e569e commit 2b476af
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/raw.rs
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ bitflags! {
pub struct ModuleOptions: c_int {
const HANDLE_IO_ERRORS = REDISMODULE_OPTIONS_HANDLE_IO_ERRORS as c_int;
const NO_IMPLICIT_SIGNAL_MODIFIED = REDISMODULE_OPTION_NO_IMPLICIT_SIGNAL_MODIFIED as c_int;
const HANDLE_REPL_ASYNC_LOAD = REDISMODULE_OPTIONS_HANDLE_REPL_ASYNC_LOAD as c_int;
}
}

Expand Down

0 comments on commit 2b476af

Please sign in to comment.