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
/
redis
/
connection.py
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
Fix re-used connection errors after fork().
Josiah Carlson
2012-04-11
1
-2
/
+14
|
/
*
Raise an authentication error if an invalid password is supplied
andy
2011-11-07
1
-2
/
+3
*
HiredisParser raises a RedisError if Hiredis is unavailable
andy
2011-11-07
1
-4
/
+19
*
pep8
andy
2011-10-25
1
-1
/
+0
*
should .close() the buffer
andy
2011-10-24
1
-7
/
+10
*
Limit the maximum bytes read from the PythonParser. Fix for #205.
andy
2011-10-24
1
-2
/
+24
*
Added __del__ methods for classes that hold on to resources that need to be c...
andy
2011-10-14
1
-1
/
+20
*
Raise ConnectionError if the reader has been closed under us. This
Ovidiu Predescu
2011-08-30
1
-0
/
+2
*
Ensure connections get disconnected if there's a protocol error
andy
2011-07-22
1
-3
/
+9
*
Removed socket retry logic in Connection. This is the responsbility of the ca...
andy
2011-07-22
1
-13
/
+2
*
Fix for #153, can only reliably check the last byte of the response
Andy McCurdy
2011-07-10
1
-3
/
+3
*
fix for PythonParser when reading empty strings
Andy McCurdy
2011-06-10
1
-1
/
+1
*
fix a typo introduced in last commit. thanks Ask Solem for finding.
Andy McCurdy
2011-06-07
1
-1
/
+1
*
fix UnixDomainSocketConnection to report error messages based on it's attribu...
Andy McCurdy
2011-06-07
1
-9
/
+23
*
make sure the class instance always has an ._fp attribute in case disconnect ...
Andy McCurdy
2011-06-01
1
-3
/
+6
*
ConnectionPool's get_connection() now can take optional kwargs
Andy McCurdy
2011-05-25
1
-1
/
+1
*
new pubsub tests
Andy McCurdy
2011-05-23
1
-1
/
+1
*
more error checking for socket errors
Andy McCurdy
2011-05-22
1
-5
/
+7
*
connection pool is now a real pool. we no longer rely on threading.local for ...
Andy McCurdy
2011-05-17
1
-24
/
+30
*
all tests pass now except pub/sub. connection_pool's get_connection now alway...
Andy McCurdy
2011-05-17
1
-2
/
+11
*
all tests passing with new connection pool
Andy McCurdy
2011-05-16
1
-25
/
+53
*
make a formal hook so other types of connections don't have to repeat the sam...
Andy McCurdy
2011-05-12
1
-4
/
+4
*
connection class completely refactored. encoding and command packing moved fr...
Andy McCurdy
2011-05-12
1
-113
/
+148
*
Added socket disconnection if commands are rejected due to AOF/RDB load.
Benjamin Anderson
2011-04-22
1
-0
/
+5
*
Use IPPROTO_TCP instead of SOL_TCP
Adam Vandenberg
2011-03-27
1
-6
/
+1
*
Jython doesn't define socket.SOL_TCP, but seems to work by using socket.SOL_T...
Andy McCurdy
2011-03-27
1
-1
/
+7
*
Fix for #103, handling socket errors better
Andy McCurdy
2011-03-14
1
-2
/
+2
*
allow the user to choose a connection class via the ConnectionPool
Andy McCurdy
2011-02-08
1
-22
/
+22
*
Integer replies may be of type long
Pieter Noordhuis
2011-01-30
1
-1
/
+1
*
Use hiredis for protocol parsing when available
Pieter Noordhuis
2011-01-30
1
-1
/
+36
*
Move Connection and ConnectionPool to different file
Pieter Noordhuis
2011-01-30
1
-0
/
+157
[prev]