I am trying to monitor how I am doing caching in my app, but I cant see the data in redis insight,
however, when I log my activities in my api, to debug, I see indeed i get cache hits, but when i go to redis insight to monitor the caching its says I havent cached anything . I have tried refreshing but it still shows no data.
I have checked to see if I am the one using wrong connection string but the url is ok. Please help