Skip to content

Instantly share code, notes, and snippets.

@Marko-M
Last active December 10, 2015 14:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Marko-M/e8a7367b8c8699af0346 to your computer and use it in GitHub Desktop.
Save Marko-M/e8a7367b8c8699af0346 to your computer and use it in GitHub Desktop.
Redis/Magento 1.x - Current Full Page Cache size in bytes
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