June 24, 2014 17:29:11
If you have other configuration files, you can use the include command.
The default redis does not run as a daemonize process. If this is required, You Can daemonize Yes
Process information is stored in/var/run/redis. PID, which can be specified by the command pidfile
Redis does not listen to TCP socket If Port 6397 is set to 0 by default.
In high concurrency, the TCP-backlog value must be set to a greater value, but the/proc/sys/NET/CORE/somaxconn of the Linux system must be modified to ensure that the command takes effect.
By default, redis listens to all IP addresses. to specify an IP address, run the BIND IP1 ip2 command ....
By default, redis does not listen to the file socket
Timeout 0 indicates that the link is not closed, and timeout n indicates n seconds.
--- So many
Http://www.tuicool.com/articles/ErY3Uf
Http://www.mudbest.com/centos%E4%B8%8B%E7%9A%84redis2-8-9%E7%BC%96%E8%AF%91%E5% AE %89%E8%A3%85%E4%BB%A5%E5%8F%8A%E7%9B%B8%E5%85%B3%E9%85%8D%E7%BD% AE/