Skip to content

Commit 4b953b9

Browse files
Apply suggestions from code review
Co-authored-by: atakavci <a_takavci@yahoo.com>
1 parent 70cb277 commit 4b953b9

File tree

1 file changed

+3
-3
lines changed
  • content/develop/clients/jedis

1 file changed

+3
-3
lines changed

content/develop/clients/jedis/amr.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ Some of the details you can supply are common to different use cases:
7272
- `authority()`: A string containing the [authority](https://learn.microsoft.com/en-us/entra/identity-platform/msal-client-application-configuration#authority)
7373
URL.
7474
- `scopes()`: A set of strings defining the [scopes](https://learn.microsoft.com/en-us/entra/identity-platform/scopes-oidc)
75-
you want to apply. Configure your client application to acquire a Microsoft Entra token for scope, `https://redis.azure.com/.default` or `acca5fbb-b7e4-4009-81f1-37e38fd66d78/.default`
75+
you want to apply. Configure your client application to acquire a Microsoft Entra token for scope, `https://redis.azure.com/.default` or `acca5fbb-b7e4-4009-81f1-37e38fd66d78/.default` (as detailed at [Microsoft Entra ID for authentication](https://learn.microsoft.com/en-us/azure/azure-cache-for-redis/managed-redis/managed-redis-entra-for-authentication#microsoft-entra-client-workflow))
7676
with the
7777
[Microsoft Authentication Library (MSAL)](https://learn.microsoft.com/en-us/entra/identity-platform/msal-overview)
7878

@@ -196,8 +196,8 @@ These options are explained below:
196196
of the `expirationRefreshRatio` value. Set this to zero if you want
197197
the refresh time to depend only on `expirationRefreshRatio`.
198198
- `tokenRequestExecTimeoutInMs`: the maximum time (in milliseconds) to
199-
wait for a token request to complete before retrying.
199+
wait for a token request to receive a response. A timeout occurs if this limit is exceeded.
200200
- `maxAttemptsToRetry`: the maximum number of times to retry a token
201201
request before aborting.
202202
- `delayInMsToRetry`: the time (in milliseconds) to wait before
203-
retrying a token request after a failed attempt.
203+
retrying a token request after a failed attempt. This provides a mechanism to request throttling to prevent an excessive number of token requests.

0 commit comments

Comments
 (0)