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
/
client.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
case insensitive response callbacks.
case-insensitive-callbacks
Andy McCurdy
2019-05-23
1
-1
/
+29
*
Merge pull request #1152 from aachurin/master
Andy McCurdy
2019-04-29
1
-2
/
+4
|
\
|
*
Update client.py
aachurin
2019-03-16
1
-2
/
+4
*
|
Fix PubSubWorkerThread race condition
Andy McCurdy
2019-04-18
1
-13
/
+8
|
/
*
Merge pull request #1023 from ycraaron/1022-fix-retry-logic
Andy McCurdy
2019-01-27
1
-2
/
+4
|
\
|
*
put not outside of the parentheses
Aaron Yang
2018-09-02
1
-2
/
+2
|
*
fix retry for PubSub
Aaron Yang
2018-08-23
1
-1
/
+2
|
*
pep8
Aaron Yang
2018-08-23
1
-1
/
+2
|
*
fix retry logic for StricRedis
Aaron Yang
2018-08-23
1
-1
/
+1
*
|
Added a test for #1126
Andy McCurdy
2019-01-27
1
-2
/
+2
*
|
Merge pull request #1126 from guybe7/geohash_fix
Andy McCurdy
2019-01-27
1
-1
/
+7
|
\
\
|
*
|
GEOHASH response may contain None elements
Guy Benoish
2019-01-23
1
-1
/
+7
*
|
|
Merge branch 'master' into xreadgroup_handle_nil_fields
Andy McCurdy
2019-01-27
1
-1
/
+4
|
\
\
\
|
|
/
/
|
*
|
Added noack option for XREADGROUP
John T. Myers
2019-01-10
1
-1
/
+4
*
|
|
Fix #1116 - trimmed stream causes exception on xreadgroup with id 0
Xabier Eizmendi
2019-01-10
1
-0
/
+2
|
/
/
*
|
Remove unnecessary compat shim for 'bytes'
Jon Dufresne
2018-12-28
1
-1
/
+1
*
|
Encode Stream message names within XREAD and XREADGROUP responses correctly
Andy McCurdy
2018-12-27
1
-1
/
+1
*
|
XPENDING range queries no longer allow COUNT to be infinite
Andy McCurdy
2018-12-27
1
-7
/
+4
*
|
ZADD correctly returns None in certain edge cases when incr=True
Andy McCurdy
2018-12-27
1
-0
/
+2
*
|
Merge pull request #1077 from oranagra/fix_info_parsing
Andy McCurdy
2018-12-18
1
-2
/
+6
|
\
\
|
*
|
Re-fix the recently broken INFO parsing, see #1018
Oran Agra
2018-11-18
1
-2
/
+6
*
|
|
Merge pull request #1098 from theodesp/client-kill-filter
Andy McCurdy
2018-12-17
1
-1
/
+43
|
\
\
\
|
*
|
|
pep8 fix
Andy McCurdy
2018-12-17
1
-2
/
+4
|
*
|
|
fix missing parens
Andy McCurdy
2018-12-17
1
-2
/
+2
|
*
|
|
small cleanup of client_kill_filter
Andy McCurdy
2018-12-17
1
-23
/
+21
|
*
|
|
Code review fixes
Theo Despoudis
2018-12-06
1
-29
/
+38
|
*
|
|
Fixes codestyle issues
Theo Despoudis
2018-12-04
1
-10
/
+12
|
*
|
|
Simplified key, value handling inside for-range loop
Theo Despoudis
2018-12-04
1
-4
/
+3
|
*
|
|
Removed ambiguous argument handling
Theo Despoudis
2018-12-04
1
-2
/
+0
|
*
|
|
Add client kill with filter
Theo Despoudis
2018-12-04
1
-1
/
+35
*
|
|
|
Fix #764 - sub-unsub-resub caused PubSub() to forget the channel
Marcin RaczyĆski
2018-12-17
1
-14
/
+33
|
/
/
/
*
|
|
Remove decoding from georadius
Bo Bayles
2018-11-21
1
-13
/
+2
*
|
|
Don't destroy data in GEORADIUS commands
Bo Bayles
2018-11-20
1
-2
/
+13
|
/
/
*
|
Fix broken asynchronous check in flushdb and flushall
Andy McCurdy
2018-11-15
1
-2
/
+2
*
|
fix missing arg in exception message. thanks Keith Ainsworth
Andy McCurdy
2018-11-14
1
-2
/
+4
*
|
saner handling of decr/incr vs decrby/incrby
Andy McCurdy
2018-11-14
1
-8
/
+6
*
|
Merge pull request #578 from derek-dchu/master
Andy McCurdy
2018-11-14
1
-0
/
+10
|
\
\
|
*
|
add 'decrby' method
Derek Hu
2015-01-07
1
-0
/
+10
*
|
|
Merge pull request #925 from itamarhaber/sort_issue
Andy McCurdy
2018-11-14
1
-1
/
+1
|
\
\
\
|
*
|
|
Fixes a KeyError in empty `options` dict at sort's return
Itamar Haber
2017-11-13
1
-1
/
+1
|
|
|
/
|
|
/
|
*
|
|
Properly decode cluster info in callbacks
Andy McCurdy
2018-11-14
1
-0
/
+2
*
|
|
Merge pull request #1017 from u2mejc/issue-1016
Andy McCurdy
2018-11-14
1
-1
/
+1
|
\
\
\
|
*
|
|
Enforce ssl_cert_reqs='required' by default
Justin Clark
2018-08-07
1
-1
/
+1
|
|
/
/
*
|
|
EXISTS now accepts multiple keys. return the number of existing keys
Andy McCurdy
2018-11-14
1
-8
/
+8
*
|
|
add nx, xx, ch and incr options to ZADD
Andy McCurdy
2018-11-14
1
-3
/
+44
*
|
|
update shutdown error to a DataError
Andy McCurdy
2018-11-14
1
-1
/
+1
*
|
|
Merge branch 'v3-breaking-changes'
Andy McCurdy
2018-11-14
1
-205
/
+79
|
\
\
\
|
*
|
|
only support LuaLock going forward
Andy McCurdy
2018-11-14
1
-11
/
+2
|
*
|
|
all commands should be able to accept bytes or strings for key names
Andy McCurdy
2018-11-14
1
-18
/
+6
|
*
|
|
list_or_args should always create a new list
Andy McCurdy
2018-11-14
1
-1
/
+3
[next]