Skip to content

Commit

Permalink
Add REDISMODULE_NOTIFY_LOADED to NotifyEvent flags
Browse files Browse the repository at this point in the history
  • Loading branch information
rcelha authored Jun 9, 2021
1 parent 1ee90e0 commit 6decfec
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 @@ -105,6 +105,7 @@ bitflags! {
const EVICTED = REDISMODULE_NOTIFY_EVICTED;
const STREAM = REDISMODULE_NOTIFY_STREAM;
const MODULE = REDISMODULE_NOTIFY_MODULE;
const LOADED = REDISMODULE_NOTIFY_LOADED;
const ALL = REDISMODULE_NOTIFY_ALL;
}
}
Expand Down

0 comments on commit 6decfec

Please sign in to comment.