Madelyn's attempt as a logo (#251)

Apply new logo at startup.

It is one character wider and 2 characters taller than the original
Redis logo.

---------

Signed-off-by: Madelyn Olson <madelyneolson@gmail.com>
This commit is contained in:
Madelyn Olson 2024-04-07 17:30:38 -07:00 committed by GitHub
parent d26d596b3e
commit 6411629c61
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -28,20 +28,22 @@
*/
const char *ascii_logo =
" ___ ___ \n"
" ( ) ( ) \n"
" ___ ___ .---. | | | | ___ .--. ___ ___ \n"
"( )( ) / .-, \\ | | | | ( ) / \\ ( )( ) Valkey %s (%s/%d) %s bit \n"
" | | | | (__) ; | | | | | ' / | .-. ; | | | | \n"
" | | | | .'` | | | | |,' / | | | | | | | | Running in %s mode \n"
" | | | | / .'| | | | | . '. | |/ | | ' | | Port: %d \n"
" | | | | | / | | | | | | `. \\ | ' _.' ' `-' | PID: %ld \n"
" ' ' ; ' ; | ; | | | | | \\ \\ | .'.-. `.__. | \n"
" \\ `' / ' `-' | | | | | \\ . ' `-' / ___ | | \n"
" \\__/ `.__.'_. (___) (___ ) (___) `.__.' ( )' | https://valkey.io\n"
" ; `-' ' \n"
" .__.' \n"
" \n"
" \n\n";
" .+^+. \n"
" .+#########+. \n"
" .+########+########+. Valkey %s (%s/%d) %s bit\n"
" .+########+' '+########+. \n"
" .########+' .+. '+########. Running in %s mode\n"
" |####+' .+#######+. '+####| Port: %d\n"
" |###| .+###############+. |###| PID: %ld \n"
" |###| |#####*'' ''*#####| |###| \n"
" |###| |####' .-. '####| |###| \n"
" |###| |###( (@@@) )###| |###| https://valkey.io \n"
" |###| |####. '-' .####| |###| \n"
" |###| |#####*. .*#####| |###| \n"
" |###| '+#####| |#####+' |###| \n"
" |####+. +##| |#+' .+####| \n"
" '#######+ |##| .+########' \n"
" '+###| |##| .+########+' \n"
" '| |####+########+' \n"
" +#########+' \n"
" '+v+' \n\n";