English 中文(简体)
Authenticated ServiceStack.Redis.PooledRedisClientsManager
原标题:Authenticated ServiceStack.Redis.PooledRedisClientsManager

我如何在《<条码>的瞬时为红星座的东道方指明用户名和密码。 集合RedisClientManager?

var _redis = PooledRedisClientManager("my.redishost.com:1234");

我特别需要部署一个基于网络的服务站。 Redis application to AppHarbor and I m using Redis To Go for Redisshop.

最佳回答

https://github.com/ServiceStack/ServiceStack.Redis/wiki/Authentication

用密码认证Redis,简单地通过密码的链接:

container.Register(c => new PooledRedisClientManager("password@host:6379"));
问题回答

暂无回答




相关问题
ajax login using httpRequest?

I am trying to develop my login script to give feedback to the user if the login is valid or not. Basically if it isn t correct a div box will show saying its wrong, if its correct it will show its ...

Remotely authenticating client Windows user on demand

Suppose I am writing a server for a particular network protocol. If I know that the client is running on a Windows machine, is it possible for my server to authenticate the Windows user that owns the ...

Role/Permission based forms authorizing/authentication?

While looking into forms authorizing/authentication, I found that it is possible to do role based authorizing by adding an array of roles to a FormsAuthenticationTicket. That way I can write User....

热门标签