Skip to content

Commit

Permalink
Change ascii logo with temporal valkey logo (#77)
Browse files Browse the repository at this point in the history
  • Loading branch information
ranshid authored Mar 30, 2024
1 parent de311ae commit b2a3973
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions src/asciilogo.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,20 +28,20 @@
*/

const char *ascii_logo =
" _._ \n"
" _.-``__ ''-._ \n"
" _.-`` `. `_. ''-._ Redis %s (%s/%d) %s bit\n"
" .-`` .-```. ```\\/ _.,_ ''-._ \n"
" ( ' , .-` | `, ) Running in %s mode\n"
" |`-._`-...-` __...-.``-._|'` _.-'| Port: %d\n"
" | `-._ `._ / _.-' | PID: %ld\n"
" `-._ `-._ `-./ _.-' _.-' \n"
" |`-._`-._ `-.__.-' _.-'_.-'| \n"
" | `-._`-._ _.-'_.-' | https://redis.io \n"
" `-._ `-._`-.__.-'_.-' _.-' \n"
" |`-._`-._ `-.__.-' _.-'_.-'| \n"
" | `-._`-._ _.-'_.-' | \n"
" `-._ `-._`-.__.-'_.-' _.-' \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";


0 comments on commit b2a3973

Please sign in to comment.