File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -333,7 +333,12 @@ Example setup:
333333 "host" : " redis.internal.mycompany.com" ,
334334 "port" : 6379 ,
335335 "keyPrefix" : " xyops/" ,
336- "keyTemplate" : " "
336+ "keyTemplate" : " " ,
337+ "cache" : {
338+ "enabled" : true ,
339+ "maxItems" : 100000 ,
340+ "maxBytes" : 104857600
341+ }
337342 },
338343
339344 "Filesystem" : {
@@ -379,7 +384,12 @@ Example setup:
379384 "host" : " redis.internal.mycompany.com" ,
380385 "port" : 6379 ,
381386 "keyPrefix" : " xyops/" ,
382- "keyTemplate" : " "
387+ "keyTemplate" : " " ,
388+ "cache" : {
389+ "enabled" : true ,
390+ "maxItems" : 100000 ,
391+ "maxBytes" : 104857600
392+ }
383393 },
384394
385395 "AWS" : {
@@ -398,11 +408,6 @@ Example setup:
398408 "fileExtensions" : true ,
399409 "params" : {
400410 "Bucket" : " YOUR_S3_BUCKET_ID"
401- },
402- "cache" : {
403- "enabled" : true ,
404- "maxItems" : 100000 ,
405- "maxBytes" : 104857600
406411 }
407412 }
408413}
@@ -531,11 +536,6 @@ Example setup:
531536 "fileExtensions" : true ,
532537 "params" : {
533538 "Bucket" : " YOUR_S3_BUCKET_ID"
534- },
535- "cache" : {
536- "enabled" : true ,
537- "maxItems" : 100000 ,
538- "maxBytes" : 104857600
539539 }
540540 }
541541}
You can’t perform that action at this time.
0 commit comments