How to know if Redis Cache is working or not ?
-
I have an AWS Elasticache instance running with only one Redis Node. After installing the plugin, I did edit the wp-config.php and added this constant :
define( 'WP_REDIS_HOST', 'XX-XXXX.1XXXqv.nX.0XXX.XXXe1.cache.amazonaws.com' );
Then I enabled object cache from Settings > Redis.
Now the page shows :
Redis Status Connected
Configuration
Client: Predis v1.0.3
Protocol: TCP
Host: XX-XXXX.1XXXqv.nX.0XXX.XXXe1.cache.amazonaws.com
Port: 6379
Database: 0How do I know if the Redis engines is caching the objects or not ?
I did try to implement this redis admin tool – https://github.com/oliver006/PHP-Redis-Browser and The tool was able to connect to my Redis instance.
But it showed me empty key-value stores.
How do I know that my Redis engine is actually working ? It would great if you can suggest some redis admin tools. Better if they are terminal based.
https://www.ads-software.com/plugins/redis-cache/
Thanks.
- The topic ‘How to know if Redis Cache is working or not ?’ is closed to new replies.