Caching and data-structure skills from Redis.
Official Redis skills for data modeling, connection handling, search, vectors, caching, clustering, security, and observability.
Arranged in the author's recommended order. Walk through them in sequence, or open any one on its own.
Core Redis modeling guidance - choose the right data structure (String, Hash, List, Set, Sorted Set, JSON, Stream, Vector Set) and use consistent colon-separated key names. Use when designing a Redis data model,…
View skill