Change Redis to KeyDB

Former-commit-id: ee5f026eea133ad851bfb3e8788a15ac798ca7e6
This commit is contained in:
John Sully 2020-02-17 23:45:40 -05:00
parent a711a040e4
commit f45939f147

View File

@ -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,