# Functions
Get returns a Redis connection from connection pool or error if no connection is available.
InitPool initializes a Redis connection pool with max.
Publish takes a Redis connection, the channel name and the message which should be published to that channel.