diff --git a/redis-pq-demo/README.md b/redis-pq-demo/README.md index f491722..8703da9 100644 --- a/redis-pq-demo/README.md +++ b/redis-pq-demo/README.md @@ -14,6 +14,8 @@ docker-compose -f docker-compose.redis.yml up -d docker-compose up --build ``` +After establishing a connection with the mediator. You can inspect the contents of the redis cluster with the redis-ui container by going to `http://localhost:7843`, if you see any keys in the cluster, then it's connected properly! + ## Example agents If you want to run a set of agents using the mediator, consider the acapy playground demo.