Added redis oplog with collection caching
This commit is contained in:
19
app/redis-settings.json
Normal file
19
app/redis-settings.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"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
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user