summaryrefslogtreecommitdiff
path: root/redis/commands/search/query.py
Commit message (Collapse)AuthorAgeFilesLines
* Add TIMEOUT to query class (#2519)shacharPash2022-12-211-0/+8
| | | | | | | | | | | | | | | | | | | * add timeout to query class * Add test_timeout * fix lines * fix format * add test & fixes * merge tests * change timeout to not_a_number * change q1 to q2 * Fix async method
* Add dialect support for RediSearch queries (#2071)dvora-h2022-03-311-0/+12
| | | | | | | * Add dialect support for RediSearch queries * type hints Co-authored-by: Chayim <chayim@users.noreply.github.com>
* Added black and isort (#1734)Anas2021-11-301-6/+3
|
* Pyupgrade + flynt + f-strings (#1759)Aarni Koskela2021-11-301-5/+5
| | | @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.
* Removing dependency on six (#1676)Chayim2021-11-091-4/+1
|
* Adding support for redisearch (#1640)Chayim2021-10-251-0/+328