How do I specify a username and password for the Redis hostname when instantiating a PooledRedisClientManager
?
var _redis = PooledRedisClientManager("my.redishost.com:1234");
I specifically need to deploy a .NET-based ServiceStack.Redis application to AppHarbor and I'm using Redis To Go for Redis hosting.
https://github.com/ServiceStack/ServiceStack.Redis/wiki/Authentication
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"));
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With