Redis Development
Skill Verified ActiveRedis performance optimization and best practices. Use this skill when working with Redis data structures, Redis Query Engine (RQE), vector search with RedisVL, semantic caching with LangCache, or optimizing Redis performance.
To serve as a definitive guide for optimizing Redis performance and adhering to best practices across various use cases, enabling developers and agents to build more efficient and robust applications.
Features
- Redis data structure optimization
- Memory limit and eviction policy configuration
- Connection pooling and pipelining guidance
- Redis Query Engine (RQE) best practices
- Vector search and RAG implementation with RedisVL
- Semantic caching with LangCache
- Security hardening and ACLs
- Observability and debugging commands
Use Cases
- Designing efficient Redis data models and key structures
- Implementing caching, sessions, or real-time features
- Building vector search or RAG applications with RedisVL
- Optimizing Redis performance and memory usage
- Securing Redis instances with authentication and ACLs
Non-Goals
- Providing a direct interface to Redis commands (it's guidance, not a client)
- Managing Redis instances or infrastructure
- Writing application-specific code beyond best-practice examples
Installation
/plugin install redis-development@redis-agent-skillsQuality Score
VerifiedTrust Signals
Similar Extensions
Next Cache Components
100Next.js 16 Cache Components - PPR, use cache directive, cacheLife, cacheTag, updateTag
Performance Analysis
100Comprehensive performance analysis, bottleneck detection, and optimization recommendations for Claude Flow swarms
MongoDB Connection Optimizer
100Optimize MongoDB client connection configuration (pools, timeouts, patterns) for any supported driver language. Use this skill when working/updating/reviewing on functions that instantiate or configure a MongoDB client (eg, when calling `connect()`), configuring connection pools, troubleshooting connection errors (ECONNREFUSED, timeouts, pool exhaustion), optimizing performance issues related to connections. This includes scenarios like building serverless functions with MongoDB, creating API endpoints that use MongoDB, optimizing high-traffic MongoDB applications, creating long-running tasks and concurrency, or debugging connection-related failures.
Sql Optimization
100Universal SQL performance optimization assistant for comprehensive query tuning, indexing strategies, and database performance analysis across all SQL databases (MySQL, PostgreSQL, SQL Server, Oracle). Provides execution plan analysis, pagination optimization, batch operations, and performance monitoring guidance.
Core Web Vitals
100Optimize Core Web Vitals (LCP, INP, CLS) for better page experience and search ranking. Use when asked to "improve Core Web Vitals", "fix LCP", "reduce CLS", "optimize INP", "page experience optimization", or "fix layout shifts".
Vector Index Tuning
99Optimize vector index performance for latency, recall, and memory. Use when tuning HNSW parameters, selecting quantization strategies, or scaling vector search infrastructure.