Skip to content
Snippets Groups Projects
Commit 5746d18a authored by Kamil Porembinski's avatar Kamil Porembinski
Browse files

Redis Version

parent 8225e90c
No related branches found
No related tags found
No related merge requests found
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
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