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"));