Documentation
¶
Overview ¶
Package redis implements a cross-node event bus backed by Redis Pub/Sub. It wraps a local bus for in-process fan-out and publishes user-targeted events to Redis channels for cross-node delivery. The "infinispan" event bus variant uses the same implementation since Infinispan speaks the RESP protocol.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func LoadFromOptions ¶
LoadFromOptions creates a Redis/RESP-backed event bus from go-redis Options.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.