• Voted the most-loved database, Redis is at the center of an engaged community of developers, architects, and open-source contributors.
  • Linux and OS X are the two operating systems where Redis is developed and tested the most, and we recommend using Linux for deployment.
  • Redis began as a caching database, but it has since evolved into a primary database. Many applications built today use Redis as a primary database.
  • Dahası, Stack Overflow’un 2019 araştırmasına göre, Redis, Oracle, MySQL ve Microsoft SQL Server gibi alternatiflerin önünde “en sevilen” veri tabanı teknolojisidir.
  • It is described as an “in-memory data structure store, used as a database, cache and message broker.” Basically, you can think of Redis as a database.
  • Redis offers a number of features that are natural to find in a database, like replication, tunable levels of durability, clustering, and high availability.
    • Issues:
      2k
    • Last commit:
      19 May 2024
  • Redis veya Remote Dictionary Server, hızlı, açık kaynak kodlu, verileri anahtar değer(key-value) olarak in-memory veya bellekte saklayan bir veritabanıdır.
  • Redis, açık kaynaktır ve kaynak kodlarına GitHub üzerinden erişilebilmektedir. C dili ile yazıldığı için yüksek performanslı sonuçlar vermektedir.