summaryrefslogtreecommitdiff
path: root/examples/example-redictmoduleapi.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/example-redictmoduleapi.c')
-rw-r--r--examples/example-redictmoduleapi.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/example-redictmoduleapi.c b/examples/example-redictmoduleapi.c
index c95546c..f929ffc 100644
--- a/examples/example-redictmoduleapi.c
+++ b/examples/example-redictmoduleapi.c
@@ -74,7 +74,6 @@ int RedisModule_OnLoad(RedisModuleCtx *ctx, RedisModuleString **argv, int argc)
}
if (redisModuleCompatibilityCheck() != REDIS_OK) {
- printf("Redis 7.0 or above is required! \n");
return REDISMODULE_ERR;
}