Skip to content
This repository has been archived by the owner on Dec 24, 2022. It is now read-only.

Authentication

Dan Barua edited this page May 15, 2014 · 1 revision

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