RedisSubscribePassword 属性 |
如果Redis服务器设置了密码,此处就需要进行设置。必须在
ConnectServer 方法调用前设置。
If the Redis server has set a password, it needs to be set here. Must be set before the
ConnectServer method is called.
命名空间:
HslCommunication.Enthernet.Redis
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public string Password { get; set; }
Public Property Password As String
Get
Set
public:
property String^ Password {
String^ get ();
void set (String^ value);
}
member Password : string with get, set
属性值
类型:
String参见