Rebrand more strings visible on console, we're not allowed to call ourselves Redis
This commit is contained in:
parent
1f2f2edfac
commit
ac4c00d6d9
@ -3660,7 +3660,7 @@ int prepareForShutdown(int flags) {
|
|||||||
/* Close the listening sockets. Apparently this allows faster restarts. */
|
/* Close the listening sockets. Apparently this allows faster restarts. */
|
||||||
closeListeningSockets(1);
|
closeListeningSockets(1);
|
||||||
serverLog(LL_WARNING,"%s is now ready to exit, bye bye...",
|
serverLog(LL_WARNING,"%s is now ready to exit, bye bye...",
|
||||||
server.sentinel_mode ? "Sentinel" : "Redis");
|
server.sentinel_mode ? "Sentinel" : "KeyDB");
|
||||||
return C_OK;
|
return C_OK;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -4996,9 +4996,9 @@ int main(int argc, char **argv) {
|
|||||||
sdsfree(options);
|
sdsfree(options);
|
||||||
}
|
}
|
||||||
|
|
||||||
serverLog(LL_WARNING, "oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo");
|
serverLog(LL_WARNING, "oO0OoO0OoO0Oo KeyDB is starting oO0OoO0OoO0Oo");
|
||||||
serverLog(LL_WARNING,
|
serverLog(LL_WARNING,
|
||||||
"Redis version=%s, bits=%d, commit=%s, modified=%d, pid=%d, just started",
|
"KeyDB version=%s, bits=%d, commit=%s, modified=%d, pid=%d, just started",
|
||||||
REDIS_VERSION,
|
REDIS_VERSION,
|
||||||
(sizeof(long) == 8) ? 64 : 32,
|
(sizeof(long) == 8) ? 64 : 32,
|
||||||
redisGitSHA1(),
|
redisGitSHA1(),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user