We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
To authenticate with Redis using a password, simply pass in to the connection string using password@host syntax:
container.Register(c => new PooledRedisClientManager("password@host:6379"));