diff --git a/waggle-dance-extensions/README.md b/waggle-dance-extensions/README.md index 506cbb950..6de2b7c39 100644 --- a/waggle-dance-extensions/README.md +++ b/waggle-dance-extensions/README.md @@ -36,10 +36,10 @@ Using a Redis backend server is supported by this module, it's up to the user to The next example assumes a Redis Replicated Server is running using SSL and `auth_token` authentication. Timeouts and retry are set lower than default to impact the Waggle Dance service. The maximum latency this solution will add to a request in the following scenarios is: -1. Redis server down: - * Latency will be in low ms as `retryAttemps: 0`, the connection will immediately fail. -2. Redis server slow: - * Latency will be max `timeout: 1000` ms +* Redis server down: + * Latency will be in low ms as `retryAttemps: 0`, the connection will immediately fail. +* Redis server slow: + * Latency will be max `timeout: 1000` ms Waggle Dance is configured to allow all requests in case of Rate Limiting Server failures. @@ -69,4 +69,4 @@ For more configuration options and details please consult: [https://redisson.org ## Legal This project is available under the [Apache 2.0 License](http://www.apache.org/licenses/LICENSE-2.0.html). -Copyright 2016-2024 Expedia Inc. \ No newline at end of file +Copyright 2016-2024 Expedia Inc.