summaryrefslogtreecommitdiff
path: root/tests/test_pipeline.py
Commit message (Expand)AuthorAgeFilesLines
* Added black and isort (#1734)Anas2021-11-301-142/+147
* Pyupgrade + flynt + f-strings (#1759)Aarni Koskela2021-11-301-1/+1
* Adding RedisCluster client to support Redis Cluster Mode (#1660)Bar Shaul2021-11-251-0/+14
* Pipeline DISCARD support (#1565)Chayim2021-09-011-1/+27
* Remove support for end-of-life Python 2.7 (#1318)Jon Dufresne2020-08-061-15/+12
* Clear pipeline watch state after execNick Gaya2020-03-101-0/+35
* Don't send DISCARD after ExecAbortError in pipelineNick Gaya2020-03-101-0/+15
* Support memoryview encoding/decoding as a no-opCody-G2020-02-241-0/+10
* Add test for pipeline.transaction(value_from_callable=True)Andy McCurdy2019-12-291-0/+8
* Testing the boolean nature of Pipeline instance should always return True.Andy McCurdy2019-12-291-3/+5
* Allow Pipeline.execute() to execute on empty command stack if it is watching ...Brian Maissy2019-10-241-0/+13
* fix order of zincrby args to match redis serverAndy McCurdy2018-11-141-1/+1
* remove legacy Redis classAndy McCurdy2018-11-131-2/+6
* confirm bitfield works with pipelinesAndy McCurdy2018-11-061-0/+17
* Merge branch 'pr/916' into drop26Andy McCurdy2018-11-061-24/+24
|\
| * Use unicode literals throughout projectJon Dufresne2018-11-031-23/+24
| * Remove from __future__ import with_statementJon Dufresne2018-11-031-1/+0
* | add test for non-transaction pipelines as wellAndy McCurdy2018-11-041-2/+16
* | hook for graceful command failure, even in pipelinesAndy McCurdy2018-11-041-0/+14
|/
* Add extra info to exceptions raised in pipelines. Fixes #407Andy McCurdy2013-12-081-4/+28
* pipeline tests converted to pytestandy2013-06-041-0/+202