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 install redis

2025-01-19 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 install redis, I believe most people do not know much about it, so share this article for your reference, I hope you can learn a lot after reading this article, let's go to know it!

REmote DIctionary Server (Redis) is a key-value storage system written by Salvatore Sanfilippo.

Redis is an open source log database written in ANSI C language, complies with BSD protocol, supports network, can be memory-based and persistent, Key-Value database, and provides API in multiple languages.

It is often called a data structure server because the value can be of types such as String, Hash, list, sets, and sorted sets.

download

Https://github.com/MicrosoftArchive/redis/releases/download/win-3.0.504/Redis-x64-3.0.504.msi

Download the installation package, next all the way. After installation, enter the installation directory (default is C:\ Program Files\ Redis), find redis.windows.conf and open it with notepad++, press Ctrl+f, find the parameter requirepass, and set the password:

Open cmd, go to the installation directory of Redis, and run

Redis-server.exe redis.windows.conf

If a 1688 error occurs, enter it in turn

Redis-cli.exeshutdownexit

Just run redis-server.exe redis.windows.conf again.

After the installation is complete, close cmd, find the item Redis in the windows service, and set the startup type to automatic.

If you report an error of 1067, you can refer to this tutorial https://blog.csdn.net/maxsky/article/details/79775118

Install Redis Desktop Manager

Download link: https://pan.baidu.com/s/1NJlCZNGRKOMh96kMemHjew extraction code: qqxi

The installation is also next all the way. Set up link

The first thing to do is to make sure that the redis service is on.

Open Redis Desktop Manager

Click on OK and you will see the created connection. Double-click it to view the details.

The above is all the contents of the article "how to install redis". Thank you for reading! I believe we all have a certain understanding, hope to share the content to help you, if you want to learn more 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