pub async fn connect_to_pubsub(
    redis_host: &str,
    channel_name: &str
) -> RedisResult<()>
Expand description

Connect to a redis host using a particular channel name (in redis) in order to pass messages between servers or processes.