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
/
pipeline.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
pipeline tests converted to pytest
andy
2013-06-04
1
-202
/
+0
*
Merge pull request #338 from stephan-hof/corrupted_pipeline_socket
Andy McCurdy
2013-04-22
1
-0
/
+15
|
\
|
*
Add python3 and python2.5 compatibility
hofmockel
2013-04-19
1
-1
/
+1
|
*
Read all command responses of a pipeline
hofmockel
2013-04-17
1
-0
/
+15
*
|
Format code per pep8 guidelines
Paul Belanger
2013-03-30
1
-0
/
+1
|
/
*
Pipelines now have a __len__() method.
Jon Parise
2013-01-06
1
-0
/
+16
*
always raise parse error exceptions in multi/exec pipelines as a result of this
andy
2012-11-16
1
-16
/
+0
*
pipelines now raise errors by default.
andy
2012-10-07
1
-3
/
+40
*
cleaned up tests to not use decode_responses=True. this was masking some erro...
andy
2012-08-15
1
-25
/
+24
*
Fixed PEP 8 violations introduced in previous commits
Alex Grönholm
2012-08-07
1
-1
/
+2
*
Fixed Python 3.2+ compatibility
Alex Grönholm
2012-08-07
1
-1
/
+1
*
Cleaned up code for PEP 8 compliance
Alex Grönholm
2012-08-06
1
-4
/
+7
*
added __future__ import to be 2.5 compat.
andy
2011-07-18
1
-0
/
+1
*
Added a `transaction` convenience method that eliminates boilerplate when
andy
2011-07-17
1
-0
/
+24
*
Pipelines can now be used as Context Managers. Thanks David Wolever. Fixes #160
andy
2011-07-17
1
-76
/
+76
*
Simplifying the Pipeline transaction logic.
David Wolever
2011-07-11
1
-0
/
+25
*
WATCH and UNWATCH have been broken since 2.4 because of connection pooling. T...
Andy McCurdy
2011-07-11
1
-7
/
+47
*
support ZADD variable length args. deprecate the version passing score and va...
Andy McCurdy
2011-05-31
1
-1
/
+1
*
removing unnecessary imports
Andy McCurdy
2011-05-22
1
-5
/
+0
*
[issue 29] Redis instance doesn't use shared connection pool by default
Konstantin Merenkov
2010-04-12
1
-10
/
+3
*
Pipeines can not optionally be transactions (wrapped in MULTI/EXEC) or not by...
Andy McCurdy
2010-03-31
1
-8
/
+14
*
New test that proves that self.subscribed in Pipeline is necessary
Konstantin Merenkov
2010-03-31
1
-1
/
+8
*
Pipeline objects are now executed atomically via the MULTI and EXEC commands
Andy McCurdy
2010-03-10
1
-0
/
+30
*
- connection objects now store authentication credentials so that reconnect w...
andymccurdy
2010-02-16
1
-0
/
+25