About 93,000 results
Open links in new tab
  1. Redis - Real-time data for agents & apps

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

  2. Redis - Wikipedia

    In October 2018, Redis 5.0 was released, introducing Redis Stream – a new data structure that allows storage of multiple fields and string values with an automatic, time-based sequence at a single key.

  3. Redis Introduction - GeeksforGeeks

    Apr 17, 2026 · Redis (Remote Dictionary Server) is an in-memory database that stores data in RAM instead of disk, making it extremely fast. It is mainly used to cache frequently used data and reduce …

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

    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. Redis Explained: What It Is, Why You Need It, and How to ... - Medium

    Sep 5, 2025 · Redis isn’t just a cache — it’s a Swiss army knife for performance, scalability, and concurrency. But knowing Redis isn’t enough. Picking the right tools to work with it matters just as …

  6. 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, transactions, …

  7. Introduction to Redis: What It Is and Why It’s Fast

    Feb 2, 2026 · This article explains what Redis is, how it works, and why it is so fast. Learn about Redis data structures, persistence, replication, performance architecture, and real-world use cases such as …

  8. What is Redis Explained? | IBM

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

  9. What Is Redis? How It Works and When to Use It

    Mar 4, 2025 · Understand what Redis is, how it stores data, why it is fast, and when to use Redis for caching, sessions, queues, and more.

  10. Introduction - Redis Documentation

    Redis is an open source (BSD licensed), in-memory data structure store, used as a database, cache and message broker. It supports data structures such as strings, hashes, lists, sets, sorted sets with …