|
conduit 0.6.0
Modern C++23 header-only event-dispatching / event-transport library
|
Classes | |
| struct | Config |
| class | RedisError |
| Operational/runtime failure inside the Redis transport adapter. More... | |
| struct | TlsConfig |
| class | Transport |
Redis pub/sub pipe — one instance binds to a single channel and carries traffic in both directions: outbound dispatch() calls PUBLISH on the channel, and any inbound message arrives on a dedicated subscriber thread, is decoded via the shared event registry, and is delivered through the inbound sink installed at attach time. More... | |
Enumerations | |
| enum class | Format : std::uint8_t { Json , Cbor } |
| Wire format used for encoded envelopes. More... | |
|
strong |