Change Redis to KeyDB

Former-commit-id: e6316c8106caa9103d2bef6af35721a0be87aae0
This commit is contained in:
John Sully 2020-02-17 23:45:40 -05:00
parent 31cfd1ad41
commit 79f0c0c8d9

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,