Last active
November 13, 2020 15:13
-
-
Save memojja/79c6bf3e01a516d132574f30ff423d6d to your computer and use it in GitHub Desktop.
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 characters
| jdempotent: | |
| enable: true #if you want to disable `Jdempotent`, 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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment