summaryrefslogtreecommitdiff
path: root/tests/test_pubsub.py
Commit message (Expand)AuthorAgeFilesLines
* Fixing read race condition during pubsub (#1737)Bar Shaul2021-12-231-9/+34
* Added support for MONITOR in clusters (#1756)Bar Shaul2021-12-021-1/+1
* Added black and isort (#1734)Anas2021-11-301-178/+162
* Pyupgrade + flynt + f-strings (#1759)Aarni Koskela2021-11-301-1/+1
* Adding RedisCluster client to support Redis Cluster Mode (#1660)Bar Shaul2021-11-251-1/+12
* Fixes to allow --redis-url to pass through all tests (#1700)Chayim2021-11-111-1/+6
* Unit test fixes to carry pytest options through all tests (#1696)Chayim2021-11-101-1/+2
* Fix garbage collection deadlock (#1578)Eugene Morozov2021-11-081-0/+12
* changing unit tests to account for defaults in redis flags (#1499)Chayim2021-07-151-0/+4
* daemonize the thread to see if the tests will continueAndy McCurdy2021-06-301-4/+3
* Add optional exception handler to PubSubWorkerThread (#1395)Abhimanyu Deora2020-10-261-0/+24
* Remove support for end-of-life Python 2.7 (#1318)Jon Dufresne2020-08-061-19/+17
* Check that we're subscribed to the right channelsAndrew Brookins2020-07-151-5/+2
* 'with' statement for PubSub (#765)Dmitry Kuragin2019-12-291-0/+9
* version 3.3.6, fixed a regression in 3.3.5 with pubsub timeouts3.3.6Andy McCurdy2019-08-061-0/+8
* Make pubsub tests more resilient on laggy connectionsAndy McCurdy2019-07-301-12/+40
* Use nonblocking sockets instead of selectors for healthy connectionsAndy McCurdy2019-07-091-0/+13
* Fix code styleMarcin Raczyński2018-12-171-2/+4
* Fix #764 - sub-unsub-resub caused PubSub() to forget the channelMarcin Raczyński2018-12-171-0/+40
* Merge pull request #1019 from krishan-carbon/patch-1Andy McCurdy2018-11-131-1/+22
|\
| * .Krishan Patel2018-10-281-0/+9
| * fix indentKrishan Patel2018-08-131-2/+2
| * Added testKrishan Patel2018-08-131-1/+13
* | Use unicode literals throughout projectJon Dufresne2018-11-031-13/+14
* | Remove from __future__ import with_statementJon Dufresne2018-11-031-1/+0
* | avoid calling pytest fixtures directly since that's frowned uponAndy McCurdy2018-10-311-2/+2
|/
* Add minimum Redis server version to TestPubSubPubSubSubcommandsAngusP2017-01-241-0/+4
* Add PUBSUB docs to READMEAngusP2017-01-241-1/+0
* Implement PUBSUB * commandsAngusP2017-01-241-1/+27
* pubsub: improve error reporting if caller forgets to subscribeGreg Ward2016-06-121-0/+8
* automatic message decoding if decode_responses=True. bugfixes, tests.Andy McCurdy2014-04-011-32/+222
* make sure we know the order of expected subscribe/unsubscribe messagesAndy McCurdy2014-03-291-9/+20
* fixes PubSub.subscribe once and for all.Andy McCurdy2014-03-281-49/+103
* fixed a bunch get_message() bugs, refactored the PythonParser to be saner.Andy McCurdy2014-03-271-75/+116
* python 2.5 supportandy2013-06-071-0/+1
* pubsub testsandy2013-06-061-0/+95