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:
parent
d26d596b3e
commit
6411629c61
@ -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";
|
||||
|
Loading…
x
Reference in New Issue
Block a user