Structs§
- Paired
Connection - A paired connection returns a response to each message send, it is sequential. This connection is used to publish events to streams.
- SubController
- A sub controller control which streams to connect to.
- SubStream
- A tokio Stream that returns every event received on all subscribed streams.
Enums§
Functions§
- connect
- Open a framed connection with a server using RESP
- paired_
connect - Open a framed paired connection with a server.
- sub_
connect - Open a sup connection with a server.