Last active
December 10, 2015 14:16
-
-
Save Marko-M/e8a7367b8c8699af0346 to your computer and use it in GitHub Desktop.
Redis/Magento 1.x - Current Full Page Cache size in bytes
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
redis-cli -p 6379 | |
127.0.0.1:6380> SELECT 0 | |
OK | |
127.0.0.1:6380> KEYS *CAHCE* | |
1) "zc:k:446_FPC_CACHE_SIZE_CAHCE_KEY" | |
127.0.0.1:6380> HGET zc:k:446_FPC_CACHE_SIZE_CAHCE_KEY d | |
"3439338" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment