Is there a way I can visualise my node-cache data similar to redis-commander for redis?
Actually I m using node-cache for api data caching, some times I faces issue on production environment, which i can only trouble shoot via console logs, and if I add console log for node-cache on each line, that will be a mess to code as well for console. I was looking towards to see some web based solution to monitor the values.
I tried to separate out logs in a text file for latest values but it reduces the performance for API, so I m looking towards some web based solution.