Home > Database > Redis > body text

Two ways to check the redis version

Release: 2020-03-21 09:43:15
forward
11957 people have browsed it

Two ways to check the redis version

There are two ways to check the redis version:

1. redis-server --version and redis-server -v

The results obtained Yes: Redis server v=2.6.10 sha=00000000:0 malloc=jemalloc-3.2.0 bits=32

2, redis-cli --version and redis-cli -v

The result obtained is: redis-cli 2.6.10

Strictly speaking: the result obtained through redis-cli should be the version of redis-cli, but redis-cli and redis-server generally come from the same set Compiled from source code. So it should be the same.

Related recommendations:

mysql video tutorial: //m.sbmmt.com/course/list/51.html

The above is the detailed content of Two ways to check the redis version. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:oschina.net
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
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!