Skip to main content
Back to registry

redis-development

redis/agent-skills

Comprehensive performance optimization guide for Redis, including Redis Query Engine, vector search, and semantic caching. Contains 29 rules across 11 categories, prioritized by impact to guide automated optimization and code generation.

Installs602
Install command
npx skills add https://github.com/redis/agent-skills --skill redis-development
Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
Comprehensive performance optimization guide for Redis, including Redis Query Engine, vector search, and semantic caching. Contains 29 rules across 11 categories, prioritized by impact to guide automated optimization and code generation. Reference these guidelines when: Read individual rule files for detailed explanations and code examples: Each rule file contains: For the complete guide with all rules expanded: AGENTS.md - Designing Redis data models and key structures - Implementing caching, sessions, or real-time features - Using Redis Query Engine (FT.CREATE, FT.SEARCH, FT.AGGREGATE) - Building vector search or RAG applications with RedisVL - Implementing semantic caching with LangCache - Optimizing Redis performance and memory usage - data-choose-structure - Choose the Right Data Structure - data-key-naming - Use Consistent Key Naming Conventions - ram-limits - Configure Memory Limits and Eviction Policies - ram-ttl - Set TTL on Cache Keys - conn-blocking - Avoid Slow Commands in Production - conn-pipelining - Use Pipelining for Bulk Operations - conn-pooling - Use Connection Pooling or Multiplexing - conn-timeouts - Configure Connection Timeouts - json-partial-updates - Use JSON Paths for Partial Updates - json-vs-hash - Choose JSON vs Hash Appropriately - rqe-dialect - Use DIALECT 2 for Query Syntax - rqe-field-types - Choose the Correct Field Type - rqe-index-creation...

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does redis-development do?

Comprehensive performance optimization guide for Redis, including Redis Query Engine, vector search, and semantic caching. Contains 29 rules across 11 categories, prioritized by impact to guide automated optimization and code generation.

Is redis-development good?

redis-development does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does redis-development work with?

redis-development currently lists compatibility with codex, gemini-cli, opencode, kimi-cli, amp, github-copilot.

What are alternatives to redis-development?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install redis-development?

npx skills add https://github.com/redis/agent-skills --skill redis-development

Related skills

Alternatives in Software Engineering