Skip to main content

Redis

Redis is an in-memory data structure server commonly used for caching, counters, ephemeral state, rate limiting, queues and other latency-sensitive workloads.

Possible future content from this node:

  • Redis vs Memcached
  • Local cache vs Redis
  • Redis vs a database
  • When not to use Redis