Execute queries to Redis with the redis-cli command line tool.
hoop admin create conn redis-cli -a default \ -e REDIS_HOST=$HOST_IP \ -- xargs redis-cli -u 'redis://$REDIS_HOST:6379'
hoop connect redis-cli redis-cli -u redis://$REDIS_HOST:6379 (stdin and tty allocated) 192.168.18.14:6379>
Was this page helpful?