Subscriber.this

Create a new non-blocking subscriber using a Redis host and port

  1. this(string host = "127.0.0.1", ushort port = 6379)
    class Subscriber
    this
    (
    string host = "127.0.0.1"
    ,
    ushort port = 6379
    )
  2. this(TcpSocket conn)

Meta