Home  >  Article  >  Database  >  How to check the redis version number

How to check the redis version number

藏色散人
藏色散人Original
2019-06-11 10:32:447749browse

How to check the redis version number

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!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn