Gals LabPro

RedisMain Content

Summary
In-memory storage for caching, sessions, and queues.
Description

Redis is the quiet performance layer on my platform work: caching expensive queries, holding sessions, and backing job queues.

When a page is slow, a well-placed Redis cache is often the cheapest fix available.

What I use it for
  • Query and page caching
  • Session storage
  • Job queues
  • Rate limiting
More database entries