Last active
November 13, 2020 15:13
-
-
Save memojja/79c6bf3e01a516d132574f30ff423d6d to your computer and use it in GitHub Desktop.
Revisions
-
memojja revised this gist
Nov 13, 2020 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,5 +1,5 @@ jdempotent: enable: true #if you want to disable `Jdempotent`, you can set as false cache: redis: database: 9 -
memojja created this gist
Nov 13, 2020 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,15 @@ jdempotent: enable: true #if you want to disable `Jedempotent`, you can set as false cache: redis: database: 9 password: pass sentinelHostList: localhost sentinelPort: 26379 sentinelMasterName: master expirationTimeHour: 2 dialTimeoutSecond: 3 readTimeoutSecond: 3 writeTimeoutSecond: 3 maxRetryCount: 3 expireTimeoutHour: 84