Redis for AI
Products

Products

  • Redis Cloud

    Fully managed and integrated with Google Cloud, Azure, and AWS.

  • Redis for AI

    Build the fastest, most reliable GenAI apps with our advanced vector database.

  • Redis Software

    Self-managed software with enterprise-grade compliance and reliability.

  • Redis Data Integration (RDI)

    Synchronize data in near-real time to make data fast—without writing code.

  • Redis Open Source

    In-memory database for caching & streaming.

Tools

  • Redis Insight
  • Clients and connectors

Get Redis

Downloads
Resources

Connect

  • Customer Stories
  • Partners
  • Support
  • Community
  • Events & Webinars
  • Professional Services

Learn

  • Docs
  • Commands
  • Quick starts
  • Tutorials
  • University
  • Knowledge Base
  • Resources
  • Blog

Latest

  • Releases
  • News & Updates

See how it works

Visit Demo Center
Docs Pricing
Login Book a meeting Try Redis
  • Redis for AI
  • Products
    • Redis Cloud

      Fully managed and integrated with Google Cloud, Azure, and AWS.

    • Redis for AI

      Build the fastest, most reliable GenAI apps with our advanced vector database.

    • Redis Software

      Self-managed software with enterprise-grade compliance and reliability.

    • Redis Data Integration (RDI)

      Synchronize data in near-real time to make data fast—without writing code.

    • Redis Open Source

      In-memory database for caching & streaming.

    Tools

    • Redis Insight
    • Clients and connectors

    Get Redis

    Downloads
  • Resources
    • Customer Stories
    • Partners
    • Support
    • Community
    • Events & Webinars
    • Professional Services

    Learn

    • Docs
    • Commands
    • Quick starts
    • Tutorials
    • University
    • Knowledge Base
    • Resources
    • Blog

    Latest

    • Releases
    • News & Updates

    See how it works

    Visit Demo Center
  • Docs
  • Pricing
  • Try Redis
  • Book a meeting
  • Login

  • Redis Enterprise v6.4 or greater for the cluster.

  • For production, 250MB RAM with one primary and one replica is recommended, but for the quickstart or for development, 125MB and a single shard is sufficient.

  • If you are deploying RDI for a production environment then secure this database with a password and TLS.

  • Set the database's eviction policy to noeviction. Note that you can't set this using rladmin, so you must either do it using the admin UI or with the following REST API command:

    curl -v -k -d '{"eviction_policy": "noeviction"}' \
      -u '<USERNAME>:<PASSWORD>' \
      -H "Content-Type: application/json" \
      -X PUT https://<CLUSTER_FQDN>:9443/v1/bdbs/<BDB_UID>
    
  • Set the database's data persistence to AOF - fsync every 1 sec. Note that you can't set this using rladmin, so you must either do it using the admin UI or with the following REST API commands:

    curl -v -k -d '{"data_persistence":"aof"}' \
      -u '<USERNAME>:<PASSWORD>' \
      -H "Content-Type: application/json" 
      -X PUT https://<CLUSTER_FQDN>:9443/v1/bdbs/<BDB_UID>
    curl -v -k -d '{"aof_policy":"appendfsync-every-sec"}' \
      -u '<USERNAME>:<PASSWORD>' \
      -H "Content-Type: application/json" \
      -X PUT https://<CLUSTER_FQDN>:9443/v1/bdbs/<BDB_UID>
    
  • Ensure that the RDI database is not clustered. RDI will not work correctly if the RDI database is clustered, but it is OK for the target database to be clustered.

Trust Privacy Terms of use Legal notices

Use Cases

Vector database Feature storesSemantic cache CachingNoSQL database Leaderboards Data deduplication Messaging Authentication token storage Fast-data ingest Query caching All solutions

Industries

Financial Services GamingHealthcare Retail All industries

Compare

Redis vs Elasticache Redis vs Memcached Redis vs Memory Store Redis vs Source Available

Company

Mission & valuesLeadership CareersNews

Connect

CommunityEvents & webinars News

Partners

Amazon Web Services Google Cloud Microsoft Azure All partners

Support

Professional servicesSupport
Trust Privacy Terms of use Legal notices