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
*
from_url supports URI without a port number, defaults to 6379
Aaron Westendorf
2013-05-10
1
-1
/
+1
*
DEL, HDEL, ZREM commands now return number of keys deleted. fixed #243
andy
2013-05-01
1
-5
/
+6
*
Adding incrby alias
Krzysztof Dorosz
2013-04-28
1
-0
/
+10
*
remove offending pep8 line, travis ci should pass now
andy
2013-04-27
1
-2
/
+0
*
testing travis-ci pep8 integration
andy
2013-04-27
1
-0
/
+2
*
pep8
andy
2013-04-27
1
-1
/
+1
*
Implement extended set options added in Redis 2.6.12.
george yoshida
2013-04-27
1
-1
/
+0
*
Implement extended set options added in Redis 2.6.12.
george yoshida
2013-04-27
1
-1
/
+1
*
Implement extended set options added in Redis 2.6.12.
george yoshida
2013-04-27
1
-4
/
+35
*
pep8
andy
2013-04-22
1
-0
/
+1
*
Merge branch 'mapleoin-master'
andy
2013-04-22
1
-2
/
+26
|
\
|
*
Merge branch 'master' of git://github.com/mapleoin/redis-py into mapleoin-master
andy
2013-04-22
1
-2
/
+26
|
|
\
|
|
*
use response callbacks for sort() with tuples to work with pipelines
Ionuț Arțăriși
2011-10-11
1
-9
/
+18
|
|
*
add an optional argument to sort to make it return tuples
Ionuț Arțăriși
2011-10-10
1
-2
/
+17
*
|
|
Merge pull request #338 from stephan-hof/corrupted_pipeline_socket
Andy McCurdy
2013-04-22
1
-2
/
+9
|
\
\
\
|
*
|
|
Add python3 and python2.5 compatibility
hofmockel
2013-04-19
1
-2
/
+2
|
*
|
|
Read all command responses of a pipeline
hofmockel
2013-04-17
1
-2
/
+9
*
|
|
|
Merge pull request #327 from pabelanger/pep8
Andy McCurdy
2013-04-22
1
-1
/
+3
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
Format code per pep8 guidelines
Paul Belanger
2013-03-30
1
-1
/
+3
*
|
|
|
math is hard
andy
2013-04-22
1
-2
/
+2
*
|
|
|
added PSETEX
andy
2013-04-22
1
-8
/
+12
*
|
|
|
Merge branch 'psetex' of git://github.com/yamt/redis-py into yamt-psetex
andy
2013-04-22
1
-0
/
+7
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
implement PSETEX command
yamamoto
2012-10-31
1
-0
/
+7
*
|
|
|
allow client.transaction() to return the value of func based on kwarg. fix fo...
andy
2013-04-15
1
-2
/
+4
*
|
|
|
Catch exception, not anything (which could be KeyboardInterrupt).
Lucian Branescu Mihaila
2013-04-10
1
-2
/
+2
|
|
/
/
|
/
|
|
*
|
|
Do not discard pipeline unless in multi.
Pete Aykroyd
2013-03-01
1
-1
/
+2
*
|
|
fix for #322
andy
2013-02-25
1
-5
/
+4
*
|
|
Switched callback for SREM from bool to int.
Ronnie Kolehmainen
2013-01-25
1
-2
/
+2
*
|
|
Convert response from bytes to str for Python 3 compatibility
Nathan Wan
2013-01-20
1
-2
/
+2
*
|
|
Add CLIENT GETNAME/SETNAME support
bitterb
2013-01-16
1
-0
/
+12
*
|
|
Pipelines now have a __len__() method.
Jon Parise
2013-01-06
1
-0
/
+3
*
|
|
Merge pull request #301 from aouyar/master
Andy McCurdy
2012-11-30
1
-18
/
+26
|
\
\
\
|
*
|
|
Fix parsing of floats in sub dicts in INFO cmd.
Ali Onur Uyar
2012-11-27
1
-15
/
+12
|
*
|
|
Leave handling of older versions for INFO cmd to the user.
Ali Onur Uyar
2012-11-27
1
-12
/
+8
|
*
|
|
Implement support for passing an arg to INFO command.
Ali Onur Uyar
2012-11-17
1
-3
/
+18
|
|
/
/
*
|
|
Fixed bug in bitcount with start or end param equal to 0
Tim
2012-11-25
1
-2
/
+3
*
|
|
Fixed bug in list_or_args() helper function in python3.x
Roman Imankulov
2012-11-21
1
-3
/
+3
*
|
|
always raise parse error exceptions in multi/exec pipelines as a result of this
andy
2012-11-16
1
-2
/
+9
|
/
/
*
|
timedelta.total_seconds is only available in python 2.7+. Fixes #280
andy
2012-10-07
1
-4
/
+5
*
|
fix python3 tests
andy
2012-10-07
1
-2
/
+2
*
|
added CLIENT LIST/CLIENT KILL commands
andy
2012-10-07
1
-0
/
+20
*
|
Merge branch 'master' of github.com:andymccurdy/redis-py
andy
2012-10-07
1
-0
/
+14
|
\
\
|
*
\
Merge pull request #273 from uvNikita/master
Andy McCurdy
2012-10-07
1
-0
/
+14
|
|
\
\
|
|
*
|
Implemented hincrbyfloat command
Nikita Uvarov
2012-08-21
1
-1
/
+7
|
|
*
|
Implemented incrbyfloat command
Nikita Uvarov
2012-08-21
1
-0
/
+8
*
|
|
|
PEXPIRE/PEXPIREAT/PTTL commands
andy
2012-10-07
1
-14
/
+26
|
/
/
/
*
|
|
Merge pull request #282 from flupke/pexpire
Andy McCurdy
2012-10-07
1
-0
/
+14
|
\
\
\
|
*
|
|
added PEXPIRE/PTTL support (redis 2.6.0)
Luper Rouch
2012-09-12
1
-0
/
+14
*
|
|
|
Added optional `number` argument to srandmember. Fix for #286
andy
2012-10-07
1
-3
/
+10
*
|
|
|
python3 compat
andy
2012-10-07
1
-2
/
+3
[next]