Files
DiceCloud/app/redis-settings.json
2023-06-01 08:30:12 +02:00

19 lines
368 B
JSON

{
"redisOplog": {
"redis": {
"port": 6379,
"host": "127.0.0.1"
},
"retryIntervalMs": 1000,
"mutationDefaults": {
"optimistic": true,
"pushToRedis": true
},
"cacheTimeout": 1800000,
"cacheTimer": 300000,
"secondaryReads": null,
"raceDetectionDelay": 1000,
"raceDetection": true,
"debug": false
}
}