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

How to configure environment variables after installing redis

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

Share

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

Editor to share with you how to configure environment variables after installing redis. I hope you will get something after reading this article. Let's discuss it together.

The specific steps for configuring environment variables are as follows:

1. First download windows 64-bit redis

2. Downloaded file:

3. Right-click my computer and click the property = "Advanced system Settings =" environment variable.

4. (I use DELL Win10) Select the Path line, click Edit to enter the editing interface, select Browse, and find the Redis folder you downloaded:

5. Open a command line window, enter redis-server.exe and press enter, and redis starts successfully:

6. Open a new command line window and enter:

Redis-cli.exe-h 127.0.0.1-p 6379

Enter

Then set a simple value to try: set myKey firstKey enter

Then take out the set value: get myKey enter.

After reading this article, I believe you have a certain understanding of "how to configure environment variables after installing redis". If you want to know more about it, you are welcome to follow the industry information channel. Thank you for reading!

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