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_connection_pool.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove from __future__ import with_statement
Jon Dufresne
2018-11-03
1
-1
/
+0
*
Fix parsing max_connections URL query string parameter
Michał Masłowski
2018-05-23
1
-1
/
+2
*
PEP8 fixes
Tim Savage
2016-03-29
1
-3
/
+11
*
Extend ConnectionPool.to_url to parse querystring arguments to correct type.
Tim Savage
2016-03-29
1
-1
/
+38
*
Handle percent-encoded URLs in parsing code
Paul Keene
2015-02-09
1
-0
/
+45
*
consistent naming, #446
Andy McCurdy
2014-05-14
1
-3
/
+5
*
allow cert_reqs to be a string and convert it to the appropriate SSL constant.
Andy McCurdy
2014-05-13
1
-0
/
+26
*
Cleaned up URL parsing code, now returns ConnectionPool instances.
Andy McCurdy
2014-05-11
1
-187
/
+191
*
Merge branch 'pr/436'
Andy McCurdy
2014-05-11
1
-0
/
+145
|
\
|
*
pep8 fixes
wil paredes
2014-02-09
1
-12
/
+12
|
*
add from_url() classmethod to ConnectionPool and BlockingConnectionPool, add ...
wil paredes
2014-02-09
1
-0
/
+145
*
|
SentinelManagedConnections to master servers disconnect on READONLY errors.
Andy McCurdy
2014-05-06
1
-0
/
+6
*
|
better error handling with hiredis. fully fixes #456
Andy McCurdy
2014-04-21
1
-15
/
+14
*
|
mostly fixes #456. there's still an issue w/ hiredis and multi-bulk replies
Andy McCurdy
2014-04-10
1
-0
/
+31
*
|
DEBUG LOADING was released in 2.8.8, so skip test with earlier versions
Andy McCurdy
2014-03-31
1
-2
/
+1
*
|
make sure we know the order of expected subscribe/unsubscribe messages
Andy McCurdy
2014-03-29
1
-3
/
+0
*
|
make sure hiredis parser raises connection errors
Andy McCurdy
2014-03-10
1
-1
/
+18
|
/
*
Move repr to Connection and UnixDomainConnection. Add repr support to Redis, ...
Mark Roberts
2013-11-05
1
-7
/
+52
*
Add support for showing db connection info via repr
Mark Roberts
2013-11-01
1
-0
/
+6
*
Errors during auth or DB select now close the socket
Andy McCurdy
2013-09-08
1
-0
/
+17
*
python 2.5 compat
andy
2013-06-05
1
-0
/
+1
*
connection pool tests
andy
2013-06-04
1
-0
/
+107