How to check the version of redis?
First find your redis installation directory, as shown in the picture
Then open the start window of the computer and enter cmd as shown in the picture
Open the cmd run window, as shown in the figure
Use the cd command to open the redis installation directory, as shown in the figure
Press the Enter key to enter the redis directory, as shown in the figure
Then run redis-cli to start the client, in the started client Enter info to view the redis version, as shown in the figure
For more Redis related knowledge, please visit the Redis usage tutorial column!
The above is the detailed content of How to check the version of redis. For more information, please follow other related articles on the PHP Chinese website!