Redis for AI
Products

Products

  • Redis Cloud

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

  • Redis Software

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

  • Redis Open Source

    In-memory database for caching & streaming.

Tools

  • Redis LangCache
  • Redis Insight
  • Redis Data Integration
  • Clients & Connectors

Get Redis

Downloads
Resources

Connect

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

Learn

  • Docs
  • Commands
  • Quick starts
  • Tutorials
  • University
  • FAQs
  • 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 Software

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

    • Redis Open Source

      In-memory database for caching & streaming.

    Tools

    • Redis LangCache
    • Redis Insight
    • Redis Data Integration
    • Clients & Connectors

    Get Redis

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

    Learn

    • Docs
    • Commands
    • Quick starts
    • Tutorials
    • University
    • FAQs
    • 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 note that the target database can be clustered without any problems).

    If the Database clustering option is checked when you create the RDI database (as shown below), you must uncheck it before proceeding.

    Uncluster the RDI database.

    You can check if your RDI database is clustered from its Configuration tab in the Redis Enterprise console. The Database clustering option should be set to None, as shown in the following screenshot:

    Check that the RDI database is not clustered.

    If you find the database has been clustered by mistake, you must create a new database with clustering disabled before continuing with the RDI installation.

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