REmote DIctionary Server (Redis) is a key-value storage system written by Salvatore Sanfilippo.
Redis is an open source log-type Key-Value database written in ANSI C language, abides by the BSD protocol, supports the network, can be memory-based and persistent, and provides APIs in multiple languages.
It is often called a data structure server because values can be strings, hashes, lists, sets and sorted sets ) and other types.
So how to check the redis version number?
Steps to check the redis version number:
1. Start the server: redis-server
2. Start the client: redis-cli
3. The client enters: info
.
Recommended: "Redis Video Tutorial"
The above is the detailed content of How to check the redis version number. For more information, please follow other related articles on the PHP Chinese website!