Skip to content

Commit

Permalink
update another touchpoint
Browse files Browse the repository at this point in the history
Signed-off-by: Roshan Khatri <rvkhatri@amazon.com>
  • Loading branch information
roshkhatri committed Apr 11, 2024
1 parent d5da082 commit 5ffa82c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/modules/hooks.c
Original file line number Diff line number Diff line change
Expand Up @@ -422,7 +422,7 @@ int RedisModule_OnLoad(RedisModuleCtx *ctx, RedisModuleString **argv, int argc)
RedisModule_SubscribeToServerEvent(ctx,
RedisModuleEvent_ReplicaChange, replicationChangeCallback);
RedisModule_SubscribeToServerEvent(ctx,
RedisModuleEvent_PrimaryLinkChange, rasterLinkChangeCallback);
RedisModuleEvent_MasterLinkChange, rasterLinkChangeCallback);

/* persistence related hooks */
RedisModule_SubscribeToServerEvent(ctx,
Expand Down

0 comments on commit 5ffa82c

Please sign in to comment.