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.