TAGS

Redis - A NoSQL in-memory key-value database

Subh Singh
Invent the Future
Redis is an open source in-memory key–value blazing fast database, used as a distributed cache, message broker and data structure server, with optional durability. Due to its design it holds all data in memory, Redis offers low-latency reads and writes, making it suitable for use cases that require a cache.

What is Redis?

  • Redis (REmote DIctionary Server) is an open-source
  • A NoSQL in-memory key-value database.
  • A feature-rich cache and data structure server
  • Document and vector query engine
  • Everything is stored as a key and a value.
  • No database query is needed.
  • Response is much faster.