Redis download and installation teaching

concept

download

installation


 

concept

redis is a high-performance NOSQL series of non-relational databases

download

Download address git download address 

installation

Unzip it directly, you can use it

  • redis.windows.conf: configuration file
  • redis-cli.exe: redis client
  • redis-server.exe: redis server side

Double-click redis-server.exe to directly open the redis service

 

Double-click redis-cli.exe to open the redis client

 

In this way, redis can be used directly on the redis client

 

Guess you like

Origin blog.csdn.net/lgl782519197/article/details/107877754