# Functions
AssetRedis returns asset data.
NewMessageQueue creates a new MessageQueue with the given configuration.
# Structs
MessageQueue defines a queue that automatically evicts messages based on the total size or number of elements contained.
MessageQueueConfig represents the configuration for a MessageQueue.
# Interfaces
Message interface needs to be implemented by types in order to be stored in a MessageQueue.