Redis (vector search)
Vector search inside the same Redis you already run. HNSW + flat indices, hybrid filtering with FT.SEARCH. The pragmatic pick when you don't want to add another service to ops.
Overview
Vector search inside the same Redis you already run. HNSW + flat indices, hybrid filtering with FT.SEARCH. The pragmatic pick when you don't want to add another service to ops.
Stack & relationships
How Redis (vector search) relates to other entries in the catalog — recommended pairings, alternatives, dependencies, and edges to avoid. Each edge carries a one-line operator note from our editorial team.
Alternatives
- Alternative toQdrant
Redis Vector is the right choice when you already run Redis for caching and want vector search without adding another service. Slower than purpose-built vector DBs at scale.
Pros
- Already runs in your stack
- Sub-ms latency
- Hybrid with full-text out of the box
Cons
- Memory-resident — RAM cost grows linearly
- Less specialized than Qdrant/Milvus
Compatibility
| Operating systems | macOS Linux Windows Docker |
| GPU backends | n/a |
| License | Open source · free (Redis OSS) + Redis Cloud |
Get Redis (vector search)
Frequently asked
Is Redis (vector search) free?
What operating systems does Redis (vector search) support?
Which GPUs work with Redis (vector search)?
Reviewed by RunLocalAI Editorial. See our editorial policy for how we evaluate tools.