You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
log.info("Connecting to Redis at " + redisHost + ":" +port);
158
+
log.info("Connecting to Redis at {}:{}", redisHost,port);
159
159
160
160
//Construct a Token Credential from Identity library, e.g. DefaultAzureCredential / ClientSecretCredential / Client CertificateCredential / ManagedIdentityCredential etc.
0 commit comments