summaryrefslogtreecommitdiff
path: root/tests/test_command_parser.py
Commit message (Collapse)AuthorAgeFilesLines
* Test `test_get_moveable_keys` was broken (#2411)Nikita Sobolev2022-10-251-15/+7
| | | | | | | | | * Test `test_get_moveable_keys` was broken * Update test_command_parser.py * Do not sort constant lists Co-authored-by: dvora-h <67596500+dvora-h@users.noreply.github.com>
* Fix tests for Redis 7 (#2182)dvora-h2022-05-311-4/+0
| | | | | * fix tests * async
* update black to 22.3.0 (#2171)Utkarsh Gupta2022-05-301-7/+1
|
* Clean up test supoort enterprise environments (#2082)dvora-h2022-04-041-1/+2
| | | | | * skip tests on enterprise * delete dping implementation
* Add cluster support for scripting (#1937)Jake Barnwell2022-02-221-0/+15
| | | | | | | | | | | * Add cluster support for scripting * Fall back to connection_pool.get_encoder if necessary * Add documentation for cluster-based scripting * Add test for flush response Co-authored-by: dvora-h <dvora.heller@redis.com>
* Added black and isort (#1734)Anas2021-11-301-41/+59
|
* Adding RedisCluster client to support Redis Cluster Mode (#1660)Bar Shaul2021-11-251-0/+62
Co-authored-by: Chayim <chayim@users.noreply.github.com> Co-authored-by: Anas <anas.el.amraoui@live.com>