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
*
automatic message decoding if decode_responses=True. bugfixes, tests.
Andy McCurdy
2014-04-01
1
-27
/
+66
*
fixes PubSub.subscribe once and for all.
Andy McCurdy
2014-03-28
1
-49
/
+48
*
fixed a bunch get_message() bugs, refactored the PythonParser to be saner.
Andy McCurdy
2014-03-27
1
-10
/
+23
*
Merge branch 'master' into pubsub
Andy McCurdy
2014-03-13
1
-62
/
+298
|
\
|
*
Fix argument spelling
Oleg Pudeyev
2014-01-25
1
-2
/
+2
|
*
this issue fixes #413
Richard Shea
2013-12-17
1
-0
/
+1
|
*
Add extra info to exceptions raised in pipelines. Fixes #407
Andy McCurdy
2013-12-08
1
-8
/
+18
|
*
some *SCAN cleanup
Andy McCurdy
2013-12-03
1
-22
/
+14
|
*
Merge branch 'master' into pr/404
Andy McCurdy
2013-12-03
1
-9
/
+13
|
|
\
|
|
*
Merge branch 'pr/403'
Andy McCurdy
2013-11-28
1
-2
/
+6
|
|
|
\
|
|
|
*
Fixes `Redis.__delitem__` & `Redis.__setitem__`.
Bertrand Bordage
2013-11-26
1
-2
/
+6
|
|
*
|
proper casing of "Lua" in comments
Andy McCurdy
2013-11-26
1
-7
/
+7
|
*
|
|
fix pep8 incompability
jingchao
2013-11-27
1
-1
/
+2
|
*
|
|
add 2.8.0 new methods: scan/sscan/hscan/zscan
jingchao
2013-11-27
1
-1
/
+92
|
|
/
/
|
*
|
Merge pull request #384 from dystedium/fixlock
Andy McCurdy
2013-11-26
1
-2
/
+3
|
|
\
\
|
|
*
|
Lock.release(): reorder code so assignment to
wil paredes
2013-09-28
1
-2
/
+3
|
*
|
|
Merge branch 'pr/399'
Andy McCurdy
2013-11-26
1
-0
/
+3
|
|
\
\
\
|
|
*
|
|
Move repr to Connection and UnixDomainConnection. Add repr support to Redis, ...
Mark Roberts
2013-11-05
1
-4
/
+1
|
|
*
|
|
Add support for showing db connection info via repr
Mark Roberts
2013-11-01
1
-0
/
+6
|
|
|
|
/
|
|
|
/
|
|
*
|
|
Fix a typo on sunion
limsangjin12
2013-11-19
1
-1
/
+1
|
|
/
/
|
*
|
Update client.py
Eric Urban
2013-10-19
1
-1
/
+1
|
*
|
Update client.py
Eric Urban
2013-10-19
1
-1
/
+1
|
*
|
Update client.py
Eric Urban
2013-10-19
1
-1
/
+1
|
|
/
|
*
Make docstring for hmset less ambiguous
Brian Visel
2013-09-27
1
-2
/
+2
|
*
comments and changelog
Andy McCurdy
2013-09-13
1
-2
/
+2
|
*
PEP8 fix
Vitja Makarov
2013-09-04
1
-1
/
+1
|
*
Improved sentinel commands support
Vitja Makarov
2013-09-04
1
-10
/
+74
|
*
fix zrevrange parameter name where there is a semantic error.
xiaost
2013-08-30
1
-4
/
+4
|
*
returning empty list when empty pipeline run per discussion in #362
EliFinkelshteyn
2013-08-26
1
-1
/
+1
|
*
Checking if pipeline is empty prior to executing per discussion in #362
EliFinkelshteyn
2013-08-26
1
-1
/
+3
|
*
Merge branch 'lock_timeout' of git://github.com/vitek/redis-py into vitek-loc...
Andy McCurdy
2013-08-23
1
-1
/
+1
|
|
\
|
|
*
redis.client.Lock: use float timestamp
Vitja Makarov
2013-08-17
1
-1
/
+1
|
*
|
handle ResponseErrors when parsing MULTI in pipelines.
Andy McCurdy
2013-08-23
1
-2
/
+10
|
|
/
|
*
python2.5 compat
Andy McCurdy
2013-07-31
1
-1
/
+1
|
*
pep8 fixing
Andy McCurdy
2013-07-31
1
-14
/
+14
|
*
adds support for sentinel's SENTINEL command
Anna Janackova
2013-07-19
1
-1
/
+25
|
*
Merge pull request #365 from JustinHead/master
Andy McCurdy
2013-07-18
1
-0
/
+14
|
|
\
|
|
*
Add dump and restore commands.
Justin Head
2013-07-18
1
-0
/
+14
|
*
|
added docstring for zcount
Max
2013-07-18
1
-0
/
+4
|
|
/
|
*
Merge pull request #357 from studies/info_parse
Andy McCurdy
2013-06-14
1
-1
/
+1
|
|
\
|
|
*
Handling multiple collons when parsing INFO output
studies
2013-06-11
1
-1
/
+1
|
*
|
Merge branch 'master' into pytest
andy
2013-06-04
1
-0
/
+4
|
|
\
\
|
|
|
/
|
|
*
Add CONFIG RESETSTAT support.
Yossi Gottlieb
2013-06-04
1
-0
/
+4
|
*
|
pytest framework and server commands
andy
2013-06-04
1
-27
/
+40
|
|
/
*
|
unnecessary connection disconnects
andy
2013-05-28
1
-2
/
+0
*
|
now that we have better control of the listen loop, we don't need to release ...
andy
2013-05-28
1
-4
/
+0
*
|
use a property to control the pubsub listen/thread loop
andy
2013-05-28
1
-2
/
+7
*
|
change "suppress" to "ignore"
andy
2013-05-28
1
-8
/
+10
*
|
if (p)unsubscribing from all channels, remember to empty to channel cache. fi...
andy
2013-05-28
1
-0
/
+4
*
|
refactored pubsub. needs tests
andy
2013-05-25
1
-60
/
+139
|
/
[next]