Redis Redis Query Engine

Redis Query Engine (RQE) guidance covering FT.CREATE schema design, field type selection (TEXT, TAG, NUMERIC, GEO, GEOSHAPE, VECTOR), DIALECT 2 query syntax, efficient FT.SEARCH and FT.AGGREGATE queries, zero-downtime index updates via aliases, and the SKIPINITIALSCAN option. Use when defining a search index on Hash or JSON documents, picking between TEXT and TAG for filtering, writing FT.SEARCH queries with filters and SORTBY, managing or swapping indexes in production, or troubleshooting slow searches with FT.PROFILE.

pyfagorass 8cdad48 8 files · 14.9 KB Updated

File contents

pyfagorass/bookofspells/tree/main/skills/redis/redis-query-engine commit 8cdad48e74

Frequently asked questions

npx skillmds@latest add pyfagorass/redis-redis-query-engine