From 79f0c0c8d9ae2474f20d8d9b63d90cfbda165170 Mon Sep 17 00:00:00 2001 From: John Sully Date: Mon, 17 Feb 2020 23:45:40 -0500 Subject: [PATCH] Change Redis to KeyDB Former-commit-id: e6316c8106caa9103d2bef6af35721a0be87aae0 --- src/server.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/server.cpp b/src/server.cpp index d35656290..f1791c107 100644 --- a/src/server.cpp +++ b/src/server.cpp @@ -4952,7 +4952,7 @@ void daemonize(void) { } void version(void) { - printf("Redis server v=%s sha=%s:%d malloc=%s bits=%d build=%llx\n", + printf("KeyDB server v=%s sha=%s:%d malloc=%s bits=%d build=%llx\n", KEYDB_REAL_VERSION, redisGitSHA1(), atoi(redisGitDirty()) > 0,