How to read data from the redis db and postgres db on a locally deployed flashbots relay?

I deployed flashbots relay on my local machine - installed redis and postgres using docker. When I try to view data from redis-cli and DBeaver(for prostgres), I cannot see data. In redis, I can see only three keys not values. However, my api, housekeeper and website are running properly. Any help is appreciated. thanks