Redis

Redis is an open-source, in-memory data structure store that can be used as a database, cache, message broker, and queue. It supports various data structures and offers high performance.

Deployment Steps

  1. From the dashboard, click "Create New" and select "Redis"

  2. Configure your database:

    • Name: Enter a unique identifier for your Redis instance

    • Description: Add a description to help identify the instance purpose

    • Version: Select your preferred Redis version

    • Visibility: Choose between public or private access

Instance Types

Choose the instance type that best fits your workload:

  • Free Tier

    • Perfect for development and testing

    • Limited resources but no cost

    • Run 1 instance for free

  • Standard

    • Balanced resources for general use

    • Recommended for production workloads

  • C1/C2 Compute

    • Optimized for compute-intensive workloads

    • Ideal for heavy data processing

  • M1/M2 Memory

    • Optimized for memory-intensive workloads

    • Perfect for large datasets and caching

Connection Information

After deployment, you'll receive:

  • Connection URL

  • Authentication credentials

  • Port information

  • SSL/TLS certificates (if applicable)

Example connection string:

redis://username:password@hostname:port

Last updated