About 8,100 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. Docs - Redis

    Get Started Quickly set up a Redis cache, primary, vector, or custom database Set up a Free Redis-managed database on AWS, GCP, or Azure Redis Cloud quick start Get started with Redis Open …

  3. About - Redis

    Redis is the world’s fastest in-memory database. It provides cloud and on-prem solutions for caching, vector search, and NoSQL databases that seamlessly fit into any tech stack—making it simple for …

  4. What is Redis?: An Overview

    Redis is an open source data structure server. It belongs to the class of NoSQL databases known as key/value stores. Keys are unique identifiers, whose value can be one of the data types that Redis …

  5. Open Source | Docs - Redis

    Redis is an in-memory data store used by millions of developers as a cache, vector database, document database, streaming engine, and message broker. Redis has built-in replication and different levels …

  6. Redis as an in-memory data structure store quick start guide

    You can use the same data types as in your local programming environment but on the server side within Redis. Similar to byte arrays, Redis strings store sequences of bytes, including text, serialized …

  7. Manage databases | Docs - Redis

    Databases are the heart of any Redis Cloud deployment. Here's how to perform a variety of tasks: Common database tasks …

  8. Getting Started - Redis

    • Cloud Redis: A hosted and serverless Redis database-as-a-service (DBaaS). The fastest way to deploy Redis Cloud via Amazon AWS, Google Cloud Platform, or Microsoft Azure.

  9. Redis as a document database quick start guide | Docs

    Redis is a document database that allows you to declare which fields are auto-indexed. Redis currently supports secondary index creation on the hashes and JSON documents.

  10. Chapter 1: Getting to know Redis - Redis

    This chapter will help you to understand where Redis fits within the world of databases, and how Redis is useful for solving problems in multiple contexts (communicating between different components and …