redis

Manage Redis connections, data structures, persistence, replication, and clusters.

50|13|Updated Jan 19, 2026
One-click install
npx skills add https://github.com/chaterm/terminal-skills --skill redis-chaterm
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: redis
Source: https://github.com/chaterm/terminal-skills/tree/main/database/redis
Command: npx skills add https://github.com/chaterm/terminal-skills --skill redis-chaterm

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides comprehensive guidance and commands for managing Redis, a powerful in-memory data structure store used as a database, cache, and message broker, simplifying complex operations.

Core Features & Use Cases

  • Connection Management: Connect to local or remote Redis instances, including clustered environments.
  • Data Structure Operations: Perform CRUD operations on Strings, Hashes, Lists, Sets, and Sorted Sets.
  • Persistence & Replication: Configure RDB snapshots and AOF logging for data durability, and set up master-replica replication.
  • Cluster Management: Create, manage, and inspect Redis clusters.
  • Performance Monitoring: Monitor server performance, identify slow queries, and analyze memory usage.
  • Common Scenarios: Implement distributed locks, rate limiting, and cache-aside patterns.

Quick Start

Connect to a local Redis instance and retrieve the value associated with the key 'mykey'.

Frequently Asked Questions about redis

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

FAQPage Schema
How do I manage Redis data structures like Hashes and Sorted Sets?

You can perform CRUD operations on Redis data structures including Strings, Hashes, Lists, Sets, and Sorted Sets to handle caching, session management, and real-time analytics scenarios.

What is the best way to configure Redis persistence and master-replica replication?

Configuring Redis persistence involves setting up RDB snapshots and AOF logging for data durability, while replication requires establishing a master-replica architecture to ensure high availability.

Can I use Redis for distributed locks and rate limiting?

Yes, Redis supports common scenarios like implementing distributed locks, rate limiting, and cache-aside patterns to satisfy high-performance data storage and retrieval requirements.

How do I monitor Redis server performance and identify slow queries?

Redis performance monitoring allows you to track server metrics, identify slow queries, and analyze memory usage to maintain robust operational capabilities across your instances.

Does this Skill support connecting to and managing clustered Redis environments?

Yes, it supports connection management for local, remote, and clustered Redis instances, allowing you to create, manage, and inspect Redis clusters effectively.