Configure Redis
Daemonize (yes/no) whether to run using the background daemon mode
Pidfile (*.pid) PID file location, Daemonize function when Yes
Port number to be monitored by port (default is 6379)
Timeout (seconds) Request time-out
LogLevel (debug|verbose|notice|warning) Log information level, options are debug,verbose, etc.
LogFile (path) log file location
Databases (number) to open the database
Save (seconds changes) How often snapshots are saved
Slaveof (IP port) sets the IP and port of the primary service when this machine is from service
Requirepass Connection Password
MaxClients (number) Maximum client connections
Rdbcompression (yes/no) whether compression is used
Dbfilename (*.RDB) data Snapshot file name
Dir (filepath) snapshot file saved path
AppendOnly whether to turn on aof persistence
Appendfilename (*.aof) aof backup file name
Appendfsync (always|everysec|no) appendonly log sync to disk
Redis Common Configuration Items