imperugo / imperugo/StackExchange.Redis.Extensions

Add Redis Search module support

Open
#646 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement
Dominant language
C#
Stars
628
Forks
177
PR merge metrics
No merged PRs in 30d

Description

Summary

Add support for Redis Search (RediSearch) for full-text search, secondary indexing, and aggregation.

Key Operations

  • `FT.CREATE` — create search index
  • `FT.SEARCH` — full-text search
  • `FT.AGGREGATE` — aggregation queries
  • `FT.DROPINDEX` — drop index

Considerations

  • Requires Redis Stack
  • SE.Redis may not have native API — may need raw `ExecuteAsync`
  • Consider NRedisStack library integration
  • Separate package: `StackExchange.Redis.Extensions.Search`
  • Lower priority than VectorSet and JSON since it's more niche

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

No files, tests, or entry points are named. Start by reviewing how existing Redis extensions expose commands, then compare raw ExecuteAsync with NRedisStack and the proposed separate package; done should be defined as support for the listed FT.CREATE, FT.SEARCH, FT.AGGREGATE, and FT.DROPINDEX operations.

Written by the indexing model from the issue text.

Assessment

Tech stack
csharp, redis
Domain
databases, search
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Quiet
Clarity
Needs clarification
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.