Redis memory getting full

Run the below command on redis server:

  • redis-cli --bigkeys
  • You can see the most memory occupied hash/cache.

image

4 Likes