Contents

Cancel

Recommended Articles

  1. unify-apps

    Indexing

    Unify AI

    Transform raw content into searchable knowledge through AI-powered indexing and vector embeddings

  2. unify-apps

    IMAP

    Unify Integrations

    Integrate your app with IMAP to enable seamless email synchronization, real-time access, and enhanced communication workflows.

  3. unify-apps

    Preview Your Work

    Unify Automations

    Effortlessly review & monitor your automation’s performance

  4. unify-apps

    QuickBooks

    Unify Integrations

    Integrate your app with QuickBooks to streamline accounting, automate invoicing, and manage finances effortlessly

  5. unify-apps

    FTP/FTPS

    Unify Integrations

    Connect your app with FTP/FTPS to automate secure file transfers and streamline data exchange across systems.

  6. unify-apps

    Snowflake

    Unify Automations

    Connect to Snowflake for fast, scalable cloud data warehousing and analytics

  7. unify-apps

    Button

    Unify Applications

    Create interactive elements with ease using buttons

  8. unify-apps

    BambooHR

    Unify Automations

    Integrate your app with BambooHR to streamline HR management, automate employee data processing, and enhance onboarding workflows

  9. unify-apps

    Build your first automation

    Unify Automations

    Learn how to build your automation step by step

  10. unify-apps

    User Management

    Unify Applications

    Efficiently manage user roles and permissions

  11. unify-apps

    Microsoft Teams

    Unify Automations

    Connect your app with Microsoft Teams to enhance communication, automate workflows, and foster collaboration across your organization

  12. unify-apps

    Jira

    Unify Automations

    Use Jira to plan, track, and manage your agile and software development projects

  13. unify-apps

    Pre Processing

    Unify AI

    Optimize query processing through intelligent rephrasing, retrieval, and ranking to deliver accurate AI responses

  14. unify-apps

    Google Calendar

    Unify Integrations

    Integrate your app with Google Calendar to streamline scheduling, automate event management, and improve team coordination

  15. unify-apps

    SAP HANA

    Unify Integrations

    Connect your app with SAP HANA to leverage in-memory computing for real-time data processing and advanced analytics at scale.

#
Unify Integrations
Logo
Redis

Redis

Logo

3 mins READ

The Redis connector enables seamless interaction with your Redis database by offering robust functionalities to manage data efficiently. It supports operations such as getting, setting, and deleting key-value pairs, as well as retrieving all keys, ensuring smooth integration and effective control over your Redis environment.

Integrating Redis with your application provides high-speed data caching and real-time processing, boosting performance and scalability.

Authentication and Connection Details

Before integrating Redis, ensure you have the following information: 

  • Connection Name: Choose a descriptive name for your Redis connection to help you identify it within your application or integration settings. A meaningful name, like "MyAppRedisIntegration," helps maintain organization, especially when managing multiple integrations.

  • Host Address: The hostname or IP address of the Redis server (e.g., redis15.localnet.org).

  • Port Number: The port number on which the Redis server is running (default: 6379).

  • Username: Username for redis server

  • Password: Password for redis server

  • Redis Type: Choose between Cluster or Standalone mode for connecting to your Redis instance.

  • SSL: Enable or disable SSL for secure communication with the Redis server.

Actions 

Actions

Description

Get Key

Gets a key from redis

Set Key

Sets key to hold values in redis

Delete Key

Deletes a key in redis

Get all keys

Gets all keys from redis