Skip to content
Snippets Groups Projects
Commit eb5faaed authored by 王景飞's avatar 王景飞
Browse files

Fix redis problem in UserParameter

parent 1d532b56
No related branches found
No related tags found
No related merge requests found
UserParameter=redis[*],echo -e "info\nquit" | redis-cli | grep $1":" | cut -d ':' -f 2
UserParameter=redis-ping,echo -e "ping\nquit" | redis-cli | grep -c PONG
UserParameter=redis[*],redis-cli info | grep $1":" | cut -d ':' -f 2
UserParameter=redis-ping,redis-cli ping | grep -c PONG
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment