About 1,150,000 results
Open links in new tab
  1. Redis - The Real-time Data Platform

    Developers love Redis. Unlock the full potential of the Redis database with Redis Enterprise and start building blazing fast apps.

  2. Redis - Wikipedia

    The Redis project began when Salvatore Sanfilippo, nicknamed antirez, the original developer of Redis, was trying to improve the scalability of his Italian startup, developing a real-time web log …

  3. Redis Introduction - GeeksforGeeks

    Aug 8, 2025 · Redis is a fast, in-memory data store ideal for caching, real-time analytics, and messaging. It offers high performance, scalability, and optional persistence, making it perfect for …

  4. GitHub - redis/redis: For developers, who are building real-time …

    To build Redis with all the data structures (including JSON, time series, Bloom filter, cuckoo filter, count-min sketch, top-k, and t-digest) and with Redis Query Engine, make sure first that all the …

  5. Documentation - Redis

    Understand Redis data types Overview of data types supported by Redis Interact with data in Redis How to interact with data in Redis, including searching, querying, triggered functions, …

  6. Understanding Redis Database: What It Is and How It Works

    Mar 4, 2025 · Redis, short for Remote Dictionary Server, is an open-source, in-memory key-value store. Unlike traditional databases that might rely on disk storage, Redis focuses on storing data …

  7. Downloads | Redis

    Developers love Redis. Unlock the full potential of the Redis database with Redis Enterprise and start building blazing fast apps.

  8. What is Redis Explained? | IBM

    May 10, 2024 · Redis (REmote DIctionary Server) is an open source, in-memory, NoSQL data store used primarily as an application cache or quick-response database.

  9. How to Use Redis: A Beginner’s Guide to Getting Started

    Mar 15, 2025 · Redis is an in-memory, open-source data structure store that can be used as a database, a message broker, and more. It is known for its high performance, ease of use, and …

  10. Redis: What It Is, What It Does, and Why You Should Care

    Dec 9, 2022 · Redis is an open-source in-memory data structure store that can be used as a database, cache, and message broker. Here you'll learn how it works.