Sim
  • Docs
  • Blog
  • Integrations
  • Models
  • Pricing
  • 27.8k
  • Docs
  • Blog
  • Integrations
  • Models
  • Pricing
  • GitHub

What should we get done?

Docs

Product

MothershipWorkflowsKnowledge BaseTablesMCPAPISelf HostingStatus

Resources

BlogDocsModelsPartnersCareersChangelogContact

Blocks

AgentRouterFunctionConditionAPI BlockWorkflowParallelGuardrailsEvaluatorLoop

Integrations

All IntegrationsConfluenceSlackGitHubGmailHubSpotSalesforceNotionGoogle DriveGoogle SheetsSupabaseStripeJiraLinearAirtableFirecrawlDiscordMicrosoft TeamsTelegram

Socials

X (Twitter)LinkedInDiscordGitHub

Legal

Terms of ServicePrivacy Policy
Back to Integrations

Redis

Key-value operations with Redis

Redis is a Databasesintegration for Sim, the AI workspace where teams build and deploy AI agents. Sim's Redis integration provides 22 Redis tools that AI agents can use inside Sim's visual workflow builder. Redis connects with an API key. Free to start at sim.ai.

View docs

Last updated June 12, 2026

Overview

Connect to any Redis instance to perform key-value, hash, list, and utility operations via a direct connection.

How to automate Redis with Sim

  1. 01

    Create a free account

    Sign up at sim.ai in seconds. No credit card required. Your workspace is ready immediately.

  2. 02

    Add a Redis block

    Open your workspace, drag a Redis block onto the workflow builder, and paste in your Redis API key.

  3. 03

    Configure, connect, and run

    Pick the tool you need, wire in an AI agent for reasoning or data transformation, and run. Your Redis automation is live.

Agent templates

Ready-to-use templates featuring Redis. Click any to build it instantly.

Supported tools

22 Redis tools available in Sim

Get

Get the value of a key from Redis.

Set

Set the value of a key in Redis with an optional expiration time in seconds.

Delete

Delete a key from Redis.

List Keys

List all keys matching a pattern in Redis. Avoid using on large databases in production; use the Redis Command tool with SCAN for large key spaces.

HSET

Set a field in a hash stored at a key in Redis.

HGET

Get the value of a field in a hash stored at a key in Redis.

HGETALL

Get all fields and values of a hash stored at a key in Redis.

HDEL

Delete a field from a hash stored at a key in Redis.

INCR

Increment the integer value of a key by one in Redis.

INCRBY

Increment the integer value of a key by a given amount in Redis.

EXISTS

Check if a key exists in Redis.

SETNX

Set the value of a key in Redis only if the key does not already exist.

LPUSH

Prepend a value to a list stored at a key in Redis.

RPUSH

Append a value to the end of a list stored at a key in Redis.

LPOP

Remove and return the first element of a list stored at a key in Redis.

RPOP

Remove and return the last element of a list stored at a key in Redis.

LLEN

Get the length of a list stored at a key in Redis.

LRANGE

Get a range of elements from a list stored at a key in Redis.

EXPIRE

Set an expiration time (in seconds) on a key in Redis.

PERSIST

Remove the expiration from a key in Redis, making it persist indefinitely.

TTL

Get the remaining time to live (in seconds) of a key in Redis.

Command

Execute a raw Redis command as a JSON array (e.g. [

Frequently asked questions

Sim's Redis integration adds 22 Redis tools to the AI agents you build in Sim's visual workflow builder — no code required. Key-value operations with Redis. Teams often pair Redis with Upstash and Rippling in the same agent.

You can get, set, delete, list Keys, and hSET with Redis in Sim, plus 17 more Redis tools listed on this page. Each runs as a tool inside an AI agent block, so an agent can chain Redis with services like Upstash and Rippling and apply LLM reasoning between steps.

Connecting Redis takes about five minutes: (1) Create a free account at sim.ai. (2) Create an agent in your workspace. (3) Drag a Redis block onto the workflow builder. (4) Paste your Redis API key to authenticate — you can find it in your Redis account settings. (5) Pick a tool such as "Get", wire up its inputs, and click Run — your agent is live.

Add a Redis block to your agent and select "Get" as the tool. Get the value of a key from Redis. Fill in the required fields — inputs can reference outputs from earlier steps, such as text generated by an AI block or data fetched from another integration. No code is required.

Upstash

Serverless Redis with Upstash

Rippling

Manage workers, departments, custom objects, and company data in Rippling

Linear

Interact with Linear issues, projects, and more

SAP Concur

Manage expense reports, travel requests, cash advances, and more in SAP Concur

Sim

Start automating Redis today

Build your first AI agent with Redis in minutes. Connect to every tool your team uses. Free to start, no credit card required.