This commit is contained in:
IgorKonstantinov
2017-05-05 14:50:35 +00:00
committed by GitHub

View File

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