summaryrefslogtreecommitdiff
path: root/tests/test_monitor.py
Commit message (Expand)AuthorAgeFilesLines
* Added support for MONITOR in clusters (#1756)Bar Shaul2021-12-021-2/+2
* Added black and isort (#1734)Anas2021-11-301-23/+24
* Adding RedisCluster client to support Redis Cluster Mode (#1660)Bar Shaul2021-11-251-0/+2
* Fixes to allow --redis-url to pass through all tests (#1700)Chayim2021-11-111-1/+14
* Unit test fixes to carry pytest options through all tests (#1696)Chayim2021-11-101-1/+2
* Remove support for end-of-life Python 2.7 (#1318)Jon Dufresne2020-08-061-5/+3
* Do not un-escape \ characters when parsing MONITOR outputAndy McCurdy2020-06-081-0/+7
* Clear pipeline watch state after execNick Gaya2020-03-101-21/+2
* Drop unused variables and imports (#1284)Jon Dufresne2020-02-121-2/+1
* Support old EPEL-7 Redis. (#1227)tuxmaster50002019-10-181-0/+7
* version 3.3.8, fix MONITOR output to account for all types of clients3.3.8huangwei-ds52019-08-191-0/+11
* fix py2 compatmonitorAndy McCurdy2019-05-261-2/+3
* add tests for encoding issues and fix bugs foundAndy McCurdy2019-05-261-5/+12
* monitor command now has full command text. test suite improvedAndy McCurdy2019-05-261-4/+33
* Added support for the monitor command.Doug Kisabaka2019-02-251-0/+10