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
// NOTE: ConnectionMultiplexer instances should be as long-lived as possible. Ideally a single ConnectionMultiplexer per cache is reused over the lifetime of the client application process.
configurationOptions.AbortOnConnectFail=true;// Fail fast for the purposes of this sample. In production code, this should remain false to retry connections on startup
0 commit comments