Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrTopicTooLong = errors.New("topic name is too long, maximum length is 255") ErrReadTooShort = errors.New("read is too short") )
errors about topic name.
Functions ¶
This section is empty.
Types ¶
type Cluster ¶
type Cluster struct { ID uuid.UUID RedisOptions config.Redis MetricRegistry prometheus.Registerer Keyspace string Logger zerolog.Logger // contains filtered or unexported fields }
Cluster implement types.Cluster using Redis pub/sub.
Click to show internal directories.
Click to hide internal directories.