Redis database installation and configuration debugging

  The main database of installed capacity for self-cultivation Redis, and database configuration personalization. Grasp the focus of this study, namely that the installation and configuration of database startup parameters. At the same time, understand the architecture NOSQL database.

 

Download the installation package to install Redis database platform

   Note whether the partition space to meet the minimum requirements for database installation, pay attention to the amount of database scalability. (Skip this step)

use Redis-server.exe be open Redis database service

  After completing the installation of the database, enter the listener configuration, pay attention to select the port, the default is 6379 first, followed by the increase, turned after confirming correct configuration.

        

use Redis-cli log database backend.

  Complete database installation, use redis-cli -p port number after the service starts, the database matching for connection.

log after testing personalized configuration

  REDIS.WINDOWS.CONF find the installation directory under the default port 6379 will also be modified to increase timeout 300 6380

 

After completion of commissioning,

  Re-login server, change the configuration file inspection certificate is in effect.

 

Guess you like

Origin www.cnblogs.com/Raodi/p/11589893.html