From 5e885739ef19c02a7afede92fb2f05a98d92a07f 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: 6ad6c1d780f26a0785f39586b074ac3bb3132e09 --- src/server.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/server.cpp b/src/server.cpp index 6fee88732..8da8e650b 100644 --- a/src/server.cpp +++ b/src/server.cpp @@ -4699,7 +4699,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,