Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

The method of checking the number of Redis version

2025-01-19 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Database >

Share

Shulou(Shulou.com)06/01 Report--

This article mainly introduces the method of checking the Redis version number, the article is very detailed, has a certain reference value, interested friends must read it!

Check the redis version number under Windows

1. Open the directory where redis is located and start the redis-server server.

2. Start the redis-cli client.

3. Client input: info

The results are as follows:

Check the version number of redis under linux

There are two ways to check the version of redis under linux:

1. View the server version

* * both can * * redis-server-- version redis-server-v

Output:

2. View the client version

* * both can * * redis-cli-v redis-cli-- version

Output:

Strictly speaking, the result from redis-cli should be the version of redis-cli; but redis-cli and redis-server are generally compiled from the same set of source code. So it should be the same.

The above is all the contents of the method to check the Redis version number, thank you for reading! Hope to share the content to help you, more related knowledge, welcome to follow the industry information channel!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Database

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report