redisearch-py
redisearch-py copied to clipboard
RediSearch python client
Aggregation doesn't work if installed by 'pip install redisearch' ``` pip install redisearch ``` ``` import redisearch aggregate_request = redisearch.aggregation.AggregateRequest() ``` ``` AttributeError: 'module' object has no attribute 'aggregation' ```
We have a pretty complicated setup currently, and to speed up our tests we would like to mock redis + redisearch. Do you know of any preexisting library that does...
This library does not seem to be compatible with Python 3. There's an `isinstance` check that refers to `unicode`, which has changed to `str` in Python 3.
This is a proposed API for aggregations. The aggregation pipeline is very suitable for a builder/fluent style API. It basically includes the following elements, repeating and transforming the pipeline: 1....
support custom split word algorithm?
can redisearch support batch add、delete、search... ?
The LGTM service is being shut off in two weeks. This pull request aims to remove all references to LGTM. Perhaps LGTM usage should be replaced with codeql, or a...