Redis

available

Read and write Redis cache and store data using redis-cli or Upstash REST API — manage keys, lists, hashes, sets, and sorted sets.

data

What This Skill Does

Read and write Redis cache and store data using redis-cli or Upstash REST API — manage keys, lists, hashes, sets, and sorted sets.

Capabilities

  • Key-Value Operations — Get, set, and manage Redis keys
  • Data Structures — Work with lists, hashes, sets, and sorted sets
  • Upstash Support — Access Redis via Upstash REST API
  • Cache Management — Manage TTLs and cache invalidation

How It Works

  1. Connect via redis-cli or Upstash REST API
  2. Execute Redis commands on your data
  3. Supports all major Redis data structures
  4. Works with any Redis instance or Upstash

Example Usage

"Get the cached value for this key"
"Add items to a Redis sorted set"
"Set a TTL on these cache entries"