Authentication - ServiceStack/ServiceStack.Redis GitHub Wiki

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