Change Redis to KeyDB

Former-commit-id: 6ad6c1d780f26a0785f39586b074ac3bb3132e09
This commit is contained in:
John Sully 2020-02-17 23:45:40 -05:00
parent c2ef5957ef
commit 5e885739ef

View File

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