Expand description
Drivers are an abstraction over the pub/sub backend used by the adapter. You can use the provided implementation or implement your own.
Modules§
- fred
fred
- A driver implementation for the fred pub/sub backend.
- redis
redis
- A driver implementation for the redis pub/sub backend.
Structs§
- Message
Stream - A stream of raw messages received from a channel. Messages are encoded with msgpack.
Traits§
- Driver
- The driver trait can be used to support different pub/sub backends. It must share handlers/connection between its clones.
Type Aliases§
- Chan
Item - A message item that can be returned from a channel.