Prerequisites

To get the most out of this guide, you will need to:

Connection Setup

hoop admin create conn redis-cli -a default \
    -e REDIS_HOST=$HOST_IP  \
    -- xargs redis-cli -u 'redis://$REDIS_HOST:6379'

Connection Usage

You can access it through hoop CLI or hoop Web Console.
See the Redis Cheat Sheet with more information on how to interact with your Redis instance.

CLI

Interactive Access
hoop connect redis-cli
redis-cli -u redis://$REDIS_HOST:6379 (stdin and tty allocated)
192.168.18.14:6379>

Web Console

create tcp connection screenshot