Skip to content

Commit ab15743

Browse files
committed
Hotfix for modelset replication
1 parent e1e9414 commit ab15743

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/redisai.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -688,6 +688,8 @@ int RedisAI_ModelSet_RedisCommand(RedisModuleCtx *ctx, RedisModuleString **argv,
688688

689689
RedisModule_ReplyWithSimpleString(ctx, "OK");
690690

691+
RedisModule_ReplicateVerbatim(ctx);
692+
691693
return REDISMODULE_OK;
692694
}
693695

0 commit comments

Comments
 (0)