The following contents are included:

Download, install, and start Redis

Redis Visual management tool (Redis Desktop Manager) installation

Instantiate the project

Download, install, and start Redis

IO /download, re… 64-bit download address: github.com/ServiceStac…

2. Decompress redis-64.3.0.503.zip. The file structure is as follows:

3. Modify the redis. Windows. conf file and set maxMemory size

Set the redis password

Exe redis.windows.conf

5. Test and successful installation:

Redis-server –service-install redis.windows.conf –loglevel verbose

7. The installation is successful

8. However, after the installation, Redis did not start.

(1) Start the command as follows:

Redis-server –service-start (2)

Redis-server –service-stop (3) can also install multiple instances

Redis-server –service-install — service-name redisService1 — port 10001 Redis-server –service-start — service-name RedisService1 redisis-server –service-install — service-name redisService2 — port 10002 redis-server –service-start – service-name redisService2 redis-server –service-install – service-name redisService3 – port 10003 Redis-server –service-start — service-name redisService3 (4)

redis-server –service-uninstall

Redis Visual management tool (Redis Desktop Manager) installation

1. Installation process

Three, basic operation

First check whether the Redis service is started:

It would be nice to have something like this.

1. Create a connection

Create a redis name, casually take, input redis connection server password, save good

MyKey, userInfo, username

The first value is your own singlePointSystem system (github.com/saucxs/Poin…

Here’s an example:

Redis service in nodeJS configuration of thinkJs