package
2.5.0+incompatible
Repository: https://github.com/mixer/redutil.git
Documentation: pkg.go.dev

# Functions

Creates and returns a new pubsub client client and subscribes to it.

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
We were connected, but closed gracefully.
No description provided by the author
We're in the process of closing the client.
No description provided by the author
Connected to a server, but not yet linked as a pubsub client.
No description provided by the author
Not currently connected to a server.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

The Client is responsible for maintaining a subscribed redis client, reconnecting and resubscribing if it drops.
The event is sent down the client's Events channel when something happens!.
The listener is used to keep track of events that the client is listening to.

# Type aliases

A function which handles an incoming event.
Events that are sent down the "Events" channel.
Used to denote the type of listener - channel or pattern.