package
0.0.0-20201030131522-0001d104b0d3
Repository: https://github.com/oasislabs/oasis-gateway.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
NewClusterMQueue creates a new instance of a redis client ready to be used against a redis cluster.
NewSingleMQueue creates a new instance of a redis client ready to be used against a single instance of redis.

# Variables

No description provided by the author
No description provided by the author
No description provided by the author

# Structs

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
MQueue implements the messaging queue functionality required from the mqueue package using Redis as a backend.
No description provided by the author
No description provided by the author

# Interfaces

Client is the interface to the redis client used implementing the methods used by the MQueue implementation.