RediSearchClient icon indicating copy to clipboard operation
RediSearchClient copied to clipboard

Source code for the RediSearchClient library which is an extension of StackExchange.Redis specifically written to support version 2.x of the RediSearch Redis module.

Results 7 RediSearchClient issues
Sort by recently updated
recently updated
newest added

Hi I would like to know ,does RediSearchClient support vector search? https://redis.com/blog/rediscover-redis-for-vector-similarity-search/

From the Docs: > STOPWORDS {count} > sets the index with a custom stopword list, to be ignored during indexing and search time. {count} > is the number of stopwords,...

When making a tag query with special (non alpha-numeric) characters, those must be escaped with a `\` else you'll receive a syntax error. Since the command builder allows a string...

Allow an index to be defined using custom attributes on a POCO as an alternative to the fluent builder syntax.

Introduce methods that will produce a paged result for searches and aggregations.

Maybe we could translate a GraphQL query into a RediSearch query? I dunno.