valkey-search-dev

Installation
SKILL.md

Valkey Search Module - Contributor Reference

Routing

  • HNSW graph, ef_construction, ef_runtime, M parameter, ANN search -> Indexes (hnsw)
  • FLAT index, brute-force, exact KNN, block-size growth -> Indexes (flat)
  • Numeric range queries, BTreeNumeric, SegmentTree, EntriesFetcher -> Indexes (numeric)
  • Tag filtering, PatriciaTree, separator, prefix wildcard, case sensitivity -> Indexes (tag)
  • Full-text search, Rax trees, postings, stemming, proximity, phrase, fuzzy -> Indexes (text)
  • Module loading, ValkeySearch singleton, VMSDK, startup sequence -> Architecture (module-overview)
  • IndexSchema class, attributes, keyspace mutations, backfill, sequence numbers -> Architecture (index-schema)
  • SchemaManager, index CRUD, staging, FlushDB/SwapDB, RDB load -> Architecture (schema-manager)
  • Thread pools, TimeSlicedMRMWMutex, fork suspension, concurrency -> Architecture (thread-model)
  • Filter expressions, predicate AST, QueryOperations bitmask, safety limits -> Query (parsing)
  • Prefilter vs inline filtering, async dispatch, content resolution -> Query (execution)
  • FT.SEARCH handler, RETURN/LIMIT/SORTBY, response serialization -> Query (ft-search)
  • FT.AGGREGATE pipeline, GROUPBY/REDUCE, APPLY, expression engine -> Query (ft-aggregate)
  • gRPC coordinator, cluster topology, metadata sync, fingerprinting -> Cluster (coordinator)
  • RDB protobuf format, SafeRDB, FT.INTERNAL_UPDATE, replication staging -> Cluster (replication)
Related skills

More from avifenesh/valkey-skills

Installs
1
GitHub Stars
2
First Seen
Apr 4, 2026