pull/14/merge
IgorKonstantinov 2017-05-05 14:50:35 +00:00 committed by GitHub
commit 2464c2a4e2
1 changed files with 1 additions and 1 deletions

View File

@ -1,3 +1,3 @@
UserParameter=redis[*],redis-cli info | grep $1":" | cut -d ':' -f 2
UserParameter=redis-ping,redis-cli ping | grep -c PONG
UserParameter=redis.version, redis-server --version | cut -d " " -f 3 | cut -d "=" -f 2