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