• The yb-docker-ctl utility initializes the YEDIS API automatically.

  • Run redis-cli to connect to the service.

$ docker exec -it yb-tserver-n1 /home/yugabyte/bin/redis-cli
127.0.0.1:6379>
  • Run a Redis command to verify it is working.
127.0.0.1:6379> PING
"PONG"