]> git.saurik.com Git - redis.git/blame - src/asciilogo.h
Even inside #if 0 comments are comments.
[redis.git] / src / asciilogo.h
CommitLineData
996d503d 1char *ascii_logo =
2" _._ \n"
3" _.-``__ ''-._ \n"
4" _.-`` `. `_. ''-._ Redis %s (%s/%d) %s bit\n"
5" .-`` .-```. ```\\/ _.,_ ''-._ \n"
6" ( ' , .-` | `, ) Running in %s mode\n"
7" |`-._`-...-` __...-.``-._|'` _.-'| Port: %d\n"
8" | `-._ `._ / _.-' | PID: %ld\n"
9" `-._ `-._ `-./ _.-' _.-' \n"
10" |`-._`-._ `-.__.-' _.-'_.-'| \n"
11" | `-._`-._ _.-'_.-' | http://redis.io \n"
12" `-._ `-._`-.__.-'_.-' _.-' \n"
13" |`-._`-._ `-.__.-' _.-'_.-'| \n"
14" | `-._`-._ _.-'_.-' | \n"
15" `-._ `-._`-.__.-'_.-' _.-' \n"
16" `-._ `-.__.-' _.-' \n"
17" `-._ _.-' \n"
18" `-.__.-' \n\n";