index
:
delta/python-packages/redis-py.git
2.4
3.0
4.0
4.1
4.3
4.3.7
4.3.original
4.4
4.5
5.0
AddJsonCommands
AsyncCommandsTests
Pipeline
ROLE
SupportJSON.MSET
acl
acl-log
bitfield
case-insensitive-callbacks
ck-4.0.0
ck-4.1.0rc1
ck-asyncio
ck-binary-responses
ck-breaking-icon
ck-bump-rc1
ck-changes
ck-ciparallels
ck-client-killuser
ck-customjson-decodertest
ck-distuils-deprecation
ck-docgen-startkit
ck-docminors
ck-fixjson
ck-fixpypy-release
ck-helpers
ck-installpkg
ck-json-multipath
ck-jsonalign
ck-jsonts-pipelines
ck-linkdocs
ck-parseprep
ck-patch-changes
ck-plats
ck-publish-from-release
ck-releasedrafter
ck-sentinel-commands
ck-service
ck-smismember
ck-ssl-cert-passwords
ck-syncreqs
ck-template
ck-unstable-cluster
ck-updating-changes
ck440
cluster-fixes
connection-example
dont-short-circuit-execute-when-watching
emb-examples
error_defaults
healty_connections
jdufresne-pypy
lock-owned
logging
master
migrate
monitor
nonblocking
noreadmesudo
optional-encoding
ping-health-checks
pr/1040
pubsub
pypytest
pytest
rafi-connargs1
redis-version-dockers
remove_token
roey-changelog_ssl
roey-stale_issues
roey-vamc19_modules
roey/6_0_8
roey/github-actions
roey/redis_6_0_7
roey/slowlog_get_fields
sentinel-1345
sentinel_pool_fix
smismemberReturnedValue
ssl-py27-fix
threadsafe-pools
v3-breaking-changes
watch
github.com: andymccurdy/redis-py.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
test_pipeline.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Combine auto-concatenated strings (#2482)
David Gilman
2022-12-14
1
-4
/
+4
*
update black to 22.3.0 (#2171)
Utkarsh Gupta
2022-05-30
1
-4
/
+1
*
Added black and isort (#1734)
Anas
2021-11-30
1
-142
/
+147
*
Pyupgrade + flynt + f-strings (#1759)
Aarni Koskela
2021-11-30
1
-1
/
+1
*
Adding RedisCluster client to support Redis Cluster Mode (#1660)
Bar Shaul
2021-11-25
1
-0
/
+14
*
Pipeline DISCARD support (#1565)
Chayim
2021-09-01
1
-1
/
+27
*
Remove support for end-of-life Python 2.7 (#1318)
Jon Dufresne
2020-08-06
1
-15
/
+12
*
Clear pipeline watch state after exec
Nick Gaya
2020-03-10
1
-0
/
+35
*
Don't send DISCARD after ExecAbortError in pipeline
Nick Gaya
2020-03-10
1
-0
/
+15
*
Support memoryview encoding/decoding as a no-op
Cody-G
2020-02-24
1
-0
/
+10
*
Add test for pipeline.transaction(value_from_callable=True)
Andy McCurdy
2019-12-29
1
-0
/
+8
*
Testing the boolean nature of Pipeline instance should always return True.
Andy McCurdy
2019-12-29
1
-3
/
+5
*
Allow Pipeline.execute() to execute on empty command stack if it is watching ...
Brian Maissy
2019-10-24
1
-0
/
+13
*
fix order of zincrby args to match redis server
Andy McCurdy
2018-11-14
1
-1
/
+1
*
remove legacy Redis class
Andy McCurdy
2018-11-13
1
-2
/
+6
*
confirm bitfield works with pipelines
Andy McCurdy
2018-11-06
1
-0
/
+17
*
Merge branch 'pr/916' into drop26
Andy McCurdy
2018-11-06
1
-24
/
+24
|
\
|
*
Use unicode literals throughout project
Jon Dufresne
2018-11-03
1
-23
/
+24
|
*
Remove from __future__ import with_statement
Jon Dufresne
2018-11-03
1
-1
/
+0
*
|
add test for non-transaction pipelines as well
Andy McCurdy
2018-11-04
1
-2
/
+16
*
|
hook for graceful command failure, even in pipelines
Andy McCurdy
2018-11-04
1
-0
/
+14
|
/
*
Add extra info to exceptions raised in pipelines. Fixes #407
Andy McCurdy
2013-12-08
1
-4
/
+28
*
pipeline tests converted to pytest
andy
2013-06-04
1
-0
/
+202