summaryrefslogtreecommitdiff
path: root/redis/commands/search/commands.py
Commit message (Collapse)AuthorAgeFilesLines
* Combine auto-concatenated strings (#2482)David Gilman2022-12-141-1/+1
|
* Remove `deprecated` dependency (#2386)Aarni Koskela2022-10-301-4/+3
| | | No need for an external library just for 5 annotations.
* Deprecate `add_doccument` (FT.ADD) (#2425)dvora-h2022-10-241-0/+8
| | | | | | | | | * deprecate add_doccuments * linters * linters * async tests
* change drop to dropindex (#2315)dvora-h2022-08-021-2/+3
|
* Add `query_params` to FT.PROFILE (#2198)dvora-h2022-06-011-11/+19
| | | | | | | * ft.profile query_params * fix pr comments * type hints
* update black to 22.3.0 (#2171)Utkarsh Gupta2022-05-301-18/+3
|
* Fix Linting and Test Failures (#2191)Greg Melton2022-05-231-1/+1
| | | | | | | * force triggering pr pipeline * fix lint error * https://github.com/RedisJSON/RedisJSON/pull/721 no longer clears strings or boolean scalars
* Fix modules links to https://redis.io/commands/ (#2185)Avital Fine2022-05-171-38/+32
|
* Add async supoort for SEARCH commands (#2096)dvora-h2022-04-281-0/+242
| | | | | | | | | | | | | * Add async supoort for SEARCH commands * linters * linters * linters * linters * linters
* Fix typo (#2043)Kolja Lampe2022-03-101-1/+1
|
* Add pipeline support for search (#2038)dvora-h2022-03-081-11/+20
|
* Fixing type annotation for EXPLAIN (#1997)Sebastian Rittau2022-02-171-1/+1
|
* Vector similarity search support (#1986)Chayim2022-02-151-7/+35
|
* Fix naming conventions (#1872)dvora-h2022-02-021-3/+3
| | | | | * fix naming convention * fix worng changes
* FT.CREATE - support MAXTEXTFIELDS, TEMPORARY, NOHL, NOFREQS, SKIPINITIALSCAN ↵Avital Fine2022-01-101-20/+58
| | | | | (#1847) Co-authored-by: Chayim I. Kirshen <c@kirshen.com>
* Documentation cleanup (#1841)Chayim2021-12-301-26/+20
|
* Added black and isort (#1734)Anas2021-11-301-22/+21
|
* Link Documents for all module commands (#1711)Chayim2021-11-301-39/+79
|
* Pyupgrade + flynt + f-strings (#1759)Aarni Koskela2021-11-301-1/+1
| | | @akx Thank you so much for this! Thanks again for introducing me to a new tool that I'm sliding into my workflow as well.
* Support RediSearch FT.PROFILE command (#1727)Avital Fine2021-11-251-4/+49
|
* FT.EXPLAINCLI intentionally raising NotImplementedError (#1705)Chayim2021-11-141-0/+4
|
* Removing dependency on six (#1676)Chayim2021-11-091-8/+6
|
* Adding support for redisearch (#1640)Chayim2021-10-251-0/+704