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 Madelyn Olson
parent 6b3e493545
commit c7c021e5d2

View File

@ -28,20 +28,22 @@
*/ */
const char *ascii_logo = const char *ascii_logo =
" _._ \n" " .+^+. \n"
" _.-``__ ''-._ \n" " .+#########+. \n"
" _.-`` `. `_. ''-._ Redis %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://redis.io \n" " |###| |###( (@@@) )###| |###| https://valkey.io \n"
" `-._ `-._`-.__.-'_.-' _.-' \n" " |###| |####. '-' .####| |###| \n"
" |`-._`-._ `-.__.-' _.-'_.-'| \n" " |###| |#####*. .*#####| |###| \n"
" | `-._`-._ _.-'_.-' | \n" " |###| '+#####| |#####+' |###| \n"
" `-._ `-._`-.__.-'_.-' _.-' \n" " |####+. +##| |#+' .+####| \n"
" `-._ `-.__.-' _.-' \n" " '#######+ |##| .+########' \n"
" `-._ _.-' \n" " '+###| |##| .+########+' \n"
" `-.__.-' \n\n"; " '| |####+########+' \n"
" +#########+' \n"
" '+v+' \n\n";