Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
redis-cli --stat

If you want to check it on remote server

Code Block
redis-cli -h 10.0.1.17 -p 6379 info memory



To clear Redis, run:Clear Redis

Code Block
redis-cli flushall


To get memory specific stats, run:

Code Block
redis-cli info memory