2024-03-21 09:30:47 -04:00
|
|
|
// Copyright (c) 2009-2012, Salvatore Sanfilippo <antirez at gmail dot com>
|
|
|
|
// SPDX-FileCopyrightText: 2024 Redict Contributors
|
|
|
|
// SPDX-FileCopyrightText: 2024 Salvatore Sanfilippo <antirez at gmail dot com>
|
|
|
|
//
|
|
|
|
// SPDX-License-Identifier: BSD-3-Clause
|
2024-03-21 15:11:44 -04:00
|
|
|
// SPDX-License-Identifier: LGPL-3.0-only
|
2012-11-08 12:25:23 -05:00
|
|
|
|
2020-03-07 06:38:27 -05:00
|
|
|
const char *ascii_logo =
|
2024-03-23 06:06:32 -04:00
|
|
|
" \n"
|
|
|
|
" ## \n"
|
|
|
|
" ######## Redict %s (%s/%d) %s bit\n"
|
|
|
|
" ################ \n"
|
|
|
|
" ######################## Running in %s mode\n"
|
|
|
|
" ############################## Port: %d\n"
|
|
|
|
" ################################: PID: %ld\n"
|
|
|
|
" #############################::::: \n"
|
|
|
|
" ##::::####################:::::::: \n"
|
|
|
|
" ##::::::::############:::::::::::: https://redict.io \n"
|
|
|
|
" ##:::::::::::+####+::::::::::::::: \n"
|
|
|
|
" ##:::::::::::::::::::::::::::::::: \n"
|
|
|
|
" ##:::::::::::::::::::::::::::::::: \n"
|
|
|
|
" ##::::::::::::::::::::::::::::::### \n"
|
|
|
|
" ####::::::::::::::::::::::::#### \n"
|
|
|
|
" #####:::::::::::::::::#### \n"
|
|
|
|
" ####::::::::::#### \n"
|
|
|
|
" ####::#### \n"
|
|
|
|
" #### \n\n";
|