redis

Manage Redis key-value data and structures via Robomotion CLI commands.

2|1|Updated Mar 13, 2026
One-click install
npx skills add https://github.com/robomotionio/robomotion-skills --skill redis-robomotionio
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: redis
Source: https://github.com/robomotionio/robomotion-skills/tree/main/skills/redis
Command: npx skills add https://github.com/robomotionio/robomotion-skills --skill redis-robomotionio

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Redis-based automation for key-value data and common data structures via Robomotion, simplifying programmatic Redis interactions without manual scripting.

Core Features & Use Cases

  • Connect to a Redis server and establish a session for subsequent operations.
  • Manage strings, hashes, lists, and sets, including TTL and pattern-based key operations.
  • Publish/subscribe to channels to coordinate real-time messaging in automation pipelines.

Quick Start

Use the redis skill to connect to a Redis server and perform a simple set and get operation.

Frequently Asked Questions about redis

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate Redis key-value operations in an automation pipeline?

You can automate Redis key-value operations by using session-aware CLI commands to connect to a Redis server and programmatically manage strings, hashes, lists, and sets without manual scripting.

Can I set a TTL on Redis hashes and lists from the command line?

Yes, you can set a TTL on Redis data structures and perform pattern-based key operations directly from the command line. This allows you to manage data expiration and manipulate hashes and lists efficiently within your automation pipelines.

Does pubsub messaging work with Redis automation pipelines?

Yes, pubsub messaging works with Redis automation pipelines by allowing you to publish and subscribe to channels. This coordinates real-time messaging across your automation workflows using session-aware CLI commands.

What is needed to manage Redis data structures from Robomotion commands?

To manage Redis data structures, you need the robomotion CLI installed and access to a Redis instance. You establish a session for subsequent operations like setting keys with TTL and manipulating hashes.

How do I connect to a Redis server and perform a simple set and get operation?

To connect to a Redis server and perform a simple set and get operation, use the redis skill to establish a session for subsequent operations. You can then manage strings, hashes, lists, and sets with pattern-based key operations.

Why use a CLI-based approach for Redis data manipulation in automation?

Using a CLI-based approach for Redis data manipulation simplifies programmatic interactions without manual scripting. It enables operational tasks like manipulating lists and coordinating pub/sub channels directly from automation pipelines.