What problem does it solve?
This skill provides expert guidance on using Valkey and Redis within Swift applications, helping developers integrate Redis efficiently and correctly without trial-and-error.
Core Features & Use Cases
- Guidance on connecting Valkey with Swift for both single-server and cluster Redis deployments.
- Pattern-driven command usage including encoding, routing, and pub/sub with Swift concurrency.
- Real-world scenarios such as caching, session management, and event-driven messaging in Swift server apps.
Quick Start
Start by reading the SKILL.md to understand scope, then consult references/valkey-patterns.md for command patterns, and try basic Valkey Swift usage examples to connect a client and run simple GET/SET operations.