how to check Redis server version?
I\'ve found in Redis site this command:
$ redis-server
and that should gi
There are two commands, which you can use to check the version of redis
redis-server -v
or
redis-server --version