valkey-ecosystem
Valkey Ecosystem Reference
28 web-verified reference docs mapping the Valkey ecosystem - clients, modules, managed services, monitoring, frameworks, and developer tools. All versions, URLs, and feature claims verified against official project sites and cloud provider documentation.
Browse by topic below. Each link leads to a focused reference with comparison tables, decision frameworks, and practical guidance.
Routing
- Which client for my language? -> Clients (Landscape)
- Python/valkey-py/redis-py -> Clients (Python)
- Node.js/iovalkey/ioredis -> Clients (Node.js)
- Java/Jedis/Lettuce/Redisson -> Clients (Java)
- Go/Rust/.NET/PHP/Swift/C/libvalkey -> Clients (Other Languages)
- Module system/valkey-bundle/custom modules/Rust SDK -> Modules (Overview)
- JSON documents/JSONPath/RedisJSON -> Modules (JSON)
- Bloom filters/probabilistic/BF.ADD/BF.EXISTS -> Modules (Bloom)
- Vector search/full-text search/KNN/HNSW/FT.SEARCH -> Modules (Search)
- What's missing vs Redis Stack/Redis 8? -> Modules (Gaps)
- AWS ElastiCache/MemoryDB -> Services (AWS)
More from avifenesh/valkey-skills
valkey
Use when building apps with Valkey - caching, sessions, queues, locks, rate-limiting, leaderboards, counters, pub-sub, streams, scripting. Covers IFEQ/DELIFEQ, hash field TTL, COMMANDLOG. Not for server internals (valkey-dev) or ops (valkey-ops).
5valkey-dev
Use when contributing to the Valkey server - C internals, event loop, commands, data structures, cluster, replication, RDB/AOF, memory, threading, modules, Lua, RESP, tests. Not for app development (valkey) or ops (valkey-ops).
5valkey-ops
Use when deploying, configuring, monitoring, or troubleshooting self-hosted Valkey. Covers Sentinel, cluster, persistence, replication, security, Kubernetes, performance tuning. Not for app development (valkey) or server internals (valkey-dev).
5glide-mq
Use when building message queues with glide-mq. Covers queue setup, producer/consumer patterns, job scheduling, workflows, batch processing, streaming, and suspend/resume. Not for migrating from BullMQ (migrate-bullmq) or Bee-Queue (migrate-bee).
4valkey-glide
Router for Valkey GLIDE per-language skills. Use when you need to find the right language-specific GLIDE skill or migration skill. Not for GLIDE library internals or contributing to GLIDE source code - use glide-dev instead.
4migrate-go-redis
Use when migrating Go from go-redis to Valkey GLIDE. Covers Result[T] nil handling, CGO dependency, PubSub, SetWithOptions, Alpine/MUSL gotchas. Not for greenfield Go apps - use valkey-glide-go instead.
1