点击或拖拽改变大小

RedisSubscribe 构造函数

重载列表
  名称说明
公共方法RedisSubscribe(String, Int32)
实例化一个发布订阅类的客户端,需要指定ip地址,端口。
To instantiate a publish and subscribe client, you need to specify the ip address and port.
公共方法RedisSubscribe(String, Int32, String)
实例化一个发布订阅类的客户端,需要指定ip地址,端口,及订阅关键字。
To instantiate a publish-subscribe client, you need to specify the ip address, port, and subscription keyword.
公共方法RedisSubscribe(String, Int32, String)
实例化一个发布订阅类的客户端,需要指定ip地址,端口,及订阅关键字。
To instantiate a publish-subscribe client, you need to specify the ip address, port, and subscription keyword.
Top
参见