How to view current content served by Redis?




Wordpress LScache Plugin: How to view current content served by Redis?

Last Updated on: Wed, 15 Apr 2026 00:00:02
Hello Is there any way to view what actually is served by redis on shared hosting? I would like to make sure all my transients are served by redis. Hi, You mean when you enabled object cache in LSCWP, you want to verify if its actually working ? Best regards, Yes, I would like to see what content actually is in the redis bufor. Hi, LSCWP will output how many object it hits , you can enable debug log to your IP , and then view the source code please check this wiki https://www.litespeedtech.com/support/wiki/doku.php/litespeed_wiki:cache:lscwp:configuration:cache:object_cache on section how to verify but if you want to see what keys/values are stored, please check WP codex for detail. https://codex.wordpress.org/Class_Reference/WP_Object_Cache Best regards, I setup define( WP_DEBUG, true ) but there is no any in page source Hi, Please verify that your redis is connected you can use redis-cli command , once you connected , use info to get the redis info Best regards, Im no shared hosting. Your pplugin says: Redis Extension: Enabled Connection Test: Passed Learn More Hi, No , its not WP debug I am talking about , its plugins debug , please check the wiki I provided early. Best regards, OK, I installed this plugin ? https://wordpress.org/plugins/debug-bar/ Setup following settings: define( WP_DEBUG, true ) define( SAVEQUERIES, true ) I dont see any cached objects ? https://i.imgur.com/fnE1FKJ.png Hi, Please go to this page set debug log to admin IP only , and add your IP in Admin IPs box. set debug level to advanced. save the change purge all go to home page again , check the source code. you should see now. Best regards,



LiteCache Rush: Speed comes from using less, not from doing it faster



Reference