点击或拖拽改变大小

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.0.0.0 (12.0.0.0)
语法
public string Password { get; set; }

属性值

类型:String
参见