Change Redis to KeyDB

Former-commit-id: 51ea3cf30ca99be8064fc95c8ddd0d61fdcc5c5d
This commit is contained in:
John Sully 2020-02-17 23:45:40 -05:00
parent 1abc602081
commit c33886e152

View File

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