Search code examples
serverredisversion

How to check redis server version from client terminal?


we use ** server --version** to check version from the host computer but this command not works in client computer

(error) ERR unknown command `redis-server`, with args beginning with: `--version`,

Solution

  • after the connecting to server type this command

    > info