From 014db042123e75c4f3a60d8ae704467f7a69c38b 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: 51ea3cf30ca99be8064fc95c8ddd0d61fdcc5c5d --- src/server.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/server.cpp b/src/server.cpp index 12f388023..b7e845e20 100644 --- a/src/server.cpp +++ b/src/server.cpp @@ -4800,7 +4800,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,