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
*
move resonse string decoding from hiredis to python
optional-encoding
Andy McCurdy
2018-11-08
1
-9
/
+15
*
Use unicode literals throughout project
Jon Dufresne
2018-11-03
1
-31
/
+17
*
Use io package for BytesIO
Jon Dufresne
2018-11-03
1
-2
/
+3
*
Pass iterator to tuple() without coercing to a list
Jon Dufresne
2018-11-03
1
-2
/
+2
*
Remove from __future__ import with_statement
Jon Dufresne
2018-11-03
1
-1
/
+0
*
Merge pull request #985 from mmaslowskicc/from-url-max-connections
Andy McCurdy
2018-11-02
1
-1
/
+2
|
\
|
*
Fix parsing max_connections URL query string parameter
Michał Masłowski
2018-05-23
1
-1
/
+2
*
|
Prefer https:// for URLs when available
Jon Dufresne
2018-11-01
1
-3
/
+4
*
|
pycodestyle fixes in client
Roey Prat
2018-10-28
1
-5
/
+5
|
/
*
Allow socket type to be configured in Connection
AJ Ortega
2017-11-07
1
-2
/
+3
*
add an Encoder object responsible for encoding/decoding bytes and strings
Andy McCurdy
2017-08-02
1
-39
/
+49
*
added get_encoding() to ConnectionPool
Andy McCurdy
2017-07-31
1
-0
/
+10
*
insert missing word
Peter van Dijk
2016-11-15
1
-2
/
+2
*
Merge pull request #645 from cvrebert/redis-url
Andy McCurdy
2016-09-06
1
-3
/
+8
|
\
|
*
Link to redis:// & rediss:// scheme IANA registrations in docs
Chris Rebert
2015-08-13
1
-3
/
+8
*
|
Cache Token objects to improve performance.
Chris Simpson
2016-06-12
1
-3
/
+21
*
|
Retry `select` calls on `InterruptedError`
Carlton Gibson
2016-06-10
1
-2
/
+1
*
|
For Python < 3.5, automatically retry EINTR
Thomas Steinacher
2016-05-24
1
-4
/
+4
*
|
PEP8 fixes
Tim Savage
2016-03-29
1
-5
/
+11
*
|
Extend ConnectionPool.to_url to parse querystring arguments to correct type.
Tim Savage
2016-03-29
1
-3
/
+30
*
|
raise TimeoutError if a socket.timeout is raised while connecting
Andy McCurdy
2015-11-09
1
-0
/
+2
*
|
socket errors on windows contain more than 2 arguments.
Andy McCurdy
2015-11-02
1
-3
/
+4
*
|
typo
Andy McCurdy
2015-11-02
1
-2
/
+2
*
|
ignore errors raised in SocketBuffer's close method. See #633.
Andy McCurdy
2015-11-02
1
-2
/
+10
*
|
cleanup
Andy McCurdy
2015-11-02
1
-7
/
+2
*
|
decreased length of exception class retrieving line
th13f
2015-10-26
1
-1
/
+4
*
|
parsing 'max number of clients reached' as ConnectionError
th13f
2015-10-26
1
-2
/
+9
*
|
removed the proactive check in HiredisParser for a line ending
Andy McCurdy
2015-09-28
1
-9
/
+0
|
/
*
fix: Connection.encode complains when value is an object having unicode chara...
Eric Du
2015-05-04
1
-1
/
+1
*
Handle percent-encoded URLs in parsing code
Paul Keene
2015-02-09
1
-8
/
+24
*
Merge branch 'pr/520'
Andy McCurdy
2014-08-15
1
-2
/
+3
|
\
|
*
pep8
Andy McCurdy
2014-08-15
1
-1
/
+2
|
*
add optional "timeout" parameter to pubsub.can_read
Andy Isaacson
2014-08-12
1
-2
/
+2
*
|
pep8
Andy McCurdy
2014-08-14
1
-1
/
+2
*
|
handle buffer edgecase
Josh Owen
2014-08-13
1
-1
/
+1
|
/
*
fix for pipelines when sending large values
Andy McCurdy
2014-07-28
1
-3
/
+3
*
bytearray didn't work with socket.recv_into in python 2.6
Andy McCurdy
2014-07-21
1
-7
/
+6
*
cleanup and optimizations to new bytearray code
Andy McCurdy
2014-07-21
1
-23
/
+25
*
Merge branch 'master' into pr/505
Andy McCurdy
2014-07-21
1
-10
/
+25
|
\
|
*
check for the server closing a connection that's compatible with Python 3
Andy McCurdy
2014-07-06
1
-2
/
+2
|
*
Consistent option names for encoding and encoding_errors. Fixes #510
Andy McCurdy
2014-07-03
1
-0
/
+11
|
*
better pack_commands algorithm with less string joining
Andy McCurdy
2014-07-03
1
-9
/
+13
*
|
Added support for reusing a bytearray buffer when parsing with hiredis-py 0.1.4
tzickel
2014-06-27
1
-9
/
+32
|
/
*
fix python3 compat
Andy McCurdy
2014-06-16
1
-2
/
+2
*
pack multiple commands in a pipeline into larger strings.
Andy McCurdy
2014-06-16
1
-0
/
+16
*
using repr() on a long value includes the trailing "L". use str() instead.
Andy McCurdy
2014-05-28
1
-2
/
+4
*
Don't retry commands that fail due to a socket.timeout by default.
Andy McCurdy
2014-05-27
1
-3
/
+14
*
it's ok if max_connections is a long.
Andy McCurdy
2014-05-26
1
-9
/
+5
*
consistent naming, #446
Andy McCurdy
2014-05-14
1
-12
/
+13
*
added socket_connect_timeout and socket_keepalive options. fixed #353
Andy McCurdy
2014-05-13
1
-11
/
+43
[next]