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

How to check the redis version number

藏色散人
Release: 2019-06-11 10:32:44
Original
7834 people have browsed it

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!

Related labels:
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template