⚡
Redis
availableRead and write Redis cache and store data using redis-cli or Upstash REST API — manage keys, lists, hashes, sets, and sorted sets.
dataWhat 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
- Connect via redis-cli or Upstash REST API
- Execute Redis commands on your data
- Supports all major Redis data structures
- 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"