21 lines
508 B
JSON
21 lines
508 B
JSON
{
|
|
"redis": {
|
|
"bind_address": "127.0.0.1",
|
|
"cluster_config_file": null,
|
|
"cluster_enabled": false,
|
|
"logfile": "/var/log/redis/redis-server.log",
|
|
"loglevel": "notice",
|
|
"master_host": null,
|
|
"master_port": null,
|
|
"maxmemory": "256mb",
|
|
"maxmemory_policy": "allkeys-lru",
|
|
"name": "redis",
|
|
"persistence": true,
|
|
"port": 6379,
|
|
"requirepass": null,
|
|
"save_interval": "900 1 300 10 60 10000",
|
|
"tcp_keepalive": 300,
|
|
"timeout": 0,
|
|
"version": "7.0"
|
|
}
|
|
}
|