summaryrefslogtreecommitdiff
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* Support for SELECT (#1825)Chayim2021-12-231-0/+6
|
* Retry on error exception and timeout fixes (#1821)Bar Shaul2021-12-231-30/+9
|
* Fixing read race condition during pubsub (#1737)Bar Shaul2021-12-231-9/+34
|
* Support for specifying error types with retry (#1817)Bar Shaul2021-12-231-1/+124
|
* Support for RESET command since Redis 6.2.0 (#1824)Chayim2021-12-221-0/+5
|
* Support CLIENT TRACKING (#1612)Avital Fine2021-12-221-0/+22
| | | Co-authored-by: Chayim I. Kirshen <c@kirshen.com>
* Support WRITE in CLIENT PAUSE (#1549)Avital Fine2021-12-222-1/+7
| | | Co-authored-by: Chayim I. Kirshen <c@kirshen.com>
* Merge pull request #1818 from dvora-h/set-file-and-set-pathdvora-h2021-12-211-0/+39
|\ | | | | JSON set_file and set_path support
| * fix test_set_pathdvora-h2021-12-201-6/+6
| |
| * fixing tests and lintdvora-h2021-12-201-3/+30
| |
| * add set_file and set_pathdvora-h2021-12-191-0/+12
| |
* | Support for password-encrypted SSL private keys (#1782)Chayim2021-12-162-1/+77
| | | | | | Adding support for SSL private keys with a password. This PR also adds support for future SSL tests.
* | close socket after server disconnect (#1797)Paul Brown2021-12-161-0/+34
| |
* | Support SYNC and PSYNC (#1741)Avital Fine2021-12-151-0/+12
|/ | | Co-authored-by: Chayim <chayim@users.noreply.github.com>
* Disabling JSON.DEBUG tests (#1787)Chayim2021-12-131-29/+29
|
* Removing distutils from tests (#1773)Chayim2021-12-082-6/+6
| | | Co-authored-by: Bar Shaul <88437685+barshaul@users.noreply.github.com>
* Fix cluster ACL tests (#1774)Bar Shaul2021-12-082-2/+2
|
* Added support for MONITOR in clusters (#1756)Bar Shaul2021-12-026-45/+100
|
* Improved RedisCluster's reinitialize_steps and documentation (#1765)Bar Shaul2021-12-021-1/+19
|
* Adding ROLE Command (#1610)Avital Fine2021-12-021-0/+7
| | | Co-authored-by: Chayim <chayim@users.noreply.github.com>
* Fixing lint merge issue (#1770)Chayim2021-12-021-2/+2
|
* Allow overriding connection class via keyword arguments (#1752)Maksim Novikov2021-12-021-0/+18
|
* Aggregation loadall (#1735)Avital Fine2021-12-021-0/+5
| | | Co-authored-by: Chayim <chayim@users.noreply.github.com>
* Integrate RedisBloom support (#1683)Avital Fine2021-12-011-0/+383
| | | Co-authored-by: Chayim I. Kirshen <c@kirshen.com>
* Migrated targeted nodes to kwargs in Cluster Mode (#1762)Bar Shaul2021-12-012-20/+58
|
* Adding RedisGraph support (#1673)Avital Fine2021-11-305-0/+697
| | | Co-authored-by: Chayim I. Kirshen <c@kirshen.com>
* Added black and isort (#1734)Anas2021-11-3019-4342/+4558
|
* Pyupgrade + flynt + f-strings (#1759)Aarni Koskela2021-11-309-54/+40
| | | @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-252-1/+68
|
* Improve code coverage for aggregation tests (#1713)Avital Fine2021-11-251-58/+264
|
* Fixing COMMAND GETKEYS tests (#1750)Chayim2021-11-251-2/+3
|
* COMMAND GETKEYS support (#1738)Avital Fine2021-11-251-0/+9
|
* RedisJSON 2.0.4 behaviour support (#1747)Chayim2021-11-253-27/+32
|
* Adding RedisCluster client to support Redis Cluster Mode (#1660)Bar Shaul2021-11-2513-20/+2811
| | | | Co-authored-by: Chayim <chayim@users.noreply.github.com> Co-authored-by: Anas <anas.el.amraoui@live.com>
* Removing command on initial connections (#1722)v4.0.1Chayim2021-11-171-1/+2
|
* FT.EXPLAINCLI intentionally raising NotImplementedError (#1705)Chayim2021-11-141-0/+6
|
* Call HSET after FT.CREATE to avoid keyspace scan (#1706)Ariel Shtul2021-11-141-3/+3
|
* Unit tests fixes for compatibility (#1703)Chayim2021-11-143-23/+21
|
* Added breaking icon to release drafter (#1702)Chayim2021-11-141-0/+23
|
* Fixes to allow --redis-url to pass through all tests (#1700)Chayim2021-11-116-16/+97
|
* Restoring ZRANGE desc for Redis < 6.2.0 (#1697)Avital Fine2021-11-111-0/+1
|
* Fix unit tests running against Redis 4.0.0 (#1699)Avital Fine2021-11-111-5/+5
|
* Unit test fixes to carry pytest options through all tests (#1696)Chayim2021-11-107-22/+36
|
* [TEST] search alias test (#1695)Ariel Shtul2021-11-101-17/+4
|
* Response parsing occasionally fails to parse floats (#1692)Chayim2021-11-101-0/+49
|
* Adding RediSearch/RedisJSON tests (#1691)Ariel Shtul2021-11-101-0/+99
|
* Test to validate custom JSON decoders (#1681)Chayim2021-11-101-0/+17
|
* Sleep for flaky search test (#1680)Chayim2021-11-091-0/+4
|
* Test function renames, to match standards (#1679)Chayim2021-11-091-20/+20
|
* Re-enable pipeline support for JSON and TimeSeries (#1674)Chayim2021-11-092-28/+35
|