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
*
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
|
*
|
|
raise DataError instead of RedisError for user input problems
Andy McCurdy
2018-11-14
1
-47
/
+47
|
*
|
|
fix order of zincrby args to match redis server
Andy McCurdy
2018-11-14
1
-1
/
+1
|
*
|
|
remove legacy Redis class
Andy McCurdy
2018-11-13
1
-97
/
+6
|
*
|
|
force mapping to be a single dict object on MSET, MSETNX and ZADD
Andy McCurdy
2018-11-13
1
-31
/
+15
*
|
|
|
Merge pull request #1042 from dwilliams-kenzan/master
Andy McCurdy
2018-11-14
1
-3
/
+15
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Following the 80 column limit.
Daniel Williams
2018-11-14
1
-3
/
+5
|
*
|
|
Updating based on feedback from the pull request.
Daniel Williams
2018-11-14
1
-5
/
+12
|
*
|
|
Changed to a boolean argument.
Daniel Williams
2018-10-19
1
-3
/
+3
|
*
|
|
Adding an option to the SHUTDOWN command so NOSAVE can be passed in.
Daniel Williams
2018-10-19
1
-2
/
+5
|
|
/
/
*
|
|
Merge pull request #1064 from andymccurdy/migrate
Andy McCurdy
2018-11-13
1
-0
/
+35
|
\
\
\
|
*
|
|
Token.get_token for literals
migrate
Andy McCurdy
2018-11-12
1
-4
/
+4
|
*
|
|
add migrate command
Andy McCurdy
2018-11-12
1
-0
/
+35
*
|
|
|
Merge pull request #1057 from RoeyPrat/roey-client_pause
Andy McCurdy
2018-11-13
1
-1
/
+24
|
\
\
\
\
|
*
|
|
|
pep8 fixes
Andy McCurdy
2018-11-13
1
-3
/
+4
|
*
|
|
|
Normalizes type to lowercase in client_list()
Itamar Haber
2018-11-13
1
-1
/
+1
|
*
|
|
|
Implements type argument in client_list
Roey Prat
2018-11-07
1
-4
/
+13
|
*
|
|
|
Implements CLIENT PAUSE
Roey Prat
2018-11-07
1
-0
/
+13
*
|
|
|
|
Merge pull request #1019 from krishan-carbon/patch-1
Andy McCurdy
2018-11-13
1
-1
/
+15
|
\
\
\
\
\
|
*
|
|
|
|
.
Krishan Patel
2018-10-28
1
-0
/
+1
|
*
|
|
|
|
.
Krishan Patel
2018-10-28
1
-2
/
+2
|
*
|
|
|
|
Added test
Krishan Patel
2018-08-13
1
-1
/
+1
|
*
|
|
|
|
Allow pings in PubSub
Krishan Patel
2018-08-13
1
-0
/
+13
|
|
|
_
|
/
/
|
|
/
|
|
|
*
|
|
|
|
Adds the memory_usage and memory_purge commands
Itamar Haber
2018-11-09
1
-0
/
+20
|
|
_
|
/
/
|
/
|
|
|
*
|
|
|
Renames sync to asynchronous
Itamar Haber
2018-11-08
1
-8
/
+8
*
|
|
|
Adds `sync` flag to flushdb and flushall
Itamar Haber
2018-11-08
1
-6
/
+22
*
|
|
|
added better overflow control and lifecycle mgmt to bitfields
Andy McCurdy
2018-11-07
1
-14
/
+34
*
|
|
|
support for the bitfield command thanks to Charles Leifer
Andy McCurdy
2018-11-06
1
-0
/
+84
|
|
/
/
|
/
|
|
*
|
|
Merge branch 'pr/916' into drop26
Andy McCurdy
2018-11-06
1
-24
/
+20
|
\
\
\
|
*
|
|
Use timedelta.total_seconds(); available since Python 2.7
Jon Dufresne
2018-11-03
1
-10
/
+7
|
*
|
|
Use unicode literals throughout project
Jon Dufresne
2018-11-03
1
-7
/
+7
|
*
|
|
Prefer dict comprehension over dict(<generator>)
Jon Dufresne
2018-11-03
1
-1
/
+1
|
*
|
|
Pass generators to dict() instead of coercing to a list
Jon Dufresne
2018-11-03
1
-5
/
+5
|
*
|
|
Use set literals instead of set([...])
Jon Dufresne
2018-11-03
1
-1
/
+1
[next]