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);
157
+
log.info("Connecting to Redis at {}:{}", redisHost,port);
158
158
159
159
//Construct a Token Credential from Identity library, e.g. DefaultAzureCredential / ClientSecretCredential / Client CertificateCredential / ManagedIdentityCredential etc.
0 commit comments