summaryrefslogtreecommitdiff
path: root/examples/example-redictmoduleapi.c
diff options
context:
space:
mode:
authorAnna (navi) Figueiredo Gomes <navi@vlhl.dev>2024-03-22 21:49:09 +0100
committerAnna (navi) Figueiredo Gomes <navi@vlhl.dev>2024-03-22 21:49:09 +0100
commitaee72918851db8af296e096b759dfb7aaea17968 (patch)
tree63a725878e2303a2232b80c5a04240d675400cf6 /examples/example-redictmoduleapi.c
parentb76dffa81f15f4a637bd29c96067ec9743f154e7 (diff)
examples/* ssl.c test.c: update strings
Signed-off-by: Anna (navi) Figueiredo Gomes <navi@vlhl.dev>
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;
}