Info
Open the page on your phone

What is Redis?

What is Redis?

Redis is an open-source, distributed key-value store that is in-memory. It also supports data structures such as lists, sets, and hashes.

Redis is often used as a cache for web applications, as it provides fast access to frequently accessed data. It can also be used to implement other tasks such as:

  • Session storage
  • Message broker
  • Data analysis