Cracking Redis

Why Use Redis?

  • Redis is fast!

Why is Redis fast?

  • All data is stored in memory

why_redis_1.png

  • Data is organized in simple data structures

why_redis_2.png

  • Redis has a simple feature set

why_redis_3.png

How to practice