Merge fdf7d9fca27fb809f022215e3dd9dd14100b08f2 into b45c7f02f30a127608204a06a4cc29a833594dd2

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

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