We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8945d03 commit 5b5392bCopy full SHA for 5b5392b
src/serialization/redis_ai_types/model_type.c
@@ -46,4 +46,3 @@ int ModelType_Register(RedisModuleCtx *ctx) {
46
RedisAI_ModelType = RedisModule_CreateDataType(ctx, "AI__MODEL", REDISAI_ENC_VER, &tmModel);
47
return RedisAI_ModelType != NULL;
48
}
49
-
0 commit comments