Last Updated: June 16, 2017
·
201
· lazybios

show redis version

redis-cli info | grep version

if your redis is not installed locally, you should add -h to access remote server. such as:

redis-cli -h 192.168.1.1 | grep version