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
*
added __future__ import to be 2.5 compat.
andy
2011-07-18
1
-0
/
+1
*
Added a `transaction` convenience method that eliminates boilerplate when
andy
2011-07-17
1
-0
/
+16
*
Pipelines can now be used as Context Managers. Thanks David Wolever. Fixes #160
andy
2011-07-17
1
-0
/
+6
*
Fix for #161. Make sure we release the connection back to the pool after
andy
2011-07-16
1
-2
/
+8
*
cosmetic changes
andy
2011-07-13
1
-2
/
+3
*
Attempt our best to retry pipeline connection failures where they make sense.
watch
andy
2011-07-12
1
-12
/
+21
*
nitpicky cleanup
andy
2011-07-12
1
-22
/
+3
*
Revert "Don't mask ConnectionError in Pipeline.execute()"
Randall Leeds
2011-07-11
1
-1
/
+1
*
only change self.watching when commands succeed
Randall Leeds
2011-07-11
1
-1
/
+2
*
reset() and unwatch should react to responses
Randall Leeds
2011-07-11
1
-3
/
+10
*
Merge remote-tracking branch 'wolever/watch' into watch_fixes
Randall Leeds
2011-07-11
1
-34
/
+23
|
\
|
*
Whoops, shouldn't be changing 'self.transaction'
David Wolever
2011-07-11
1
-2
/
+1
|
*
Simplifying the Pipeline transaction logic.
David Wolever
2011-07-11
1
-33
/
+23
*
|
Don't mask ConnectionError in Pipeline.execute()
Randall Leeds
2011-07-11
1
-3
/
+3
*
|
Merge remote-tracking branch 'andymccurdy/watch' into watch_fixes
Randall Leeds
2011-07-11
1
-107
/
+128
|
\
\
|
|
/
|
*
ensure UNWATCH gets called properly
andy
2011-07-11
1
-1
/
+16
|
*
Merge branch 'master' into watch
andy
2011-07-11
1
-17
/
+25
|
|
\
|
|
*
remove PUBLISH from the PubSub object. Can't PUBLISH from any connection that...
Andy McCurdy
2011-07-11
1
-7
/
+0
|
|
*
Allow a custom callable to be passed to commands whose responses are parsed w...
Andy McCurdy
2011-07-11
1
-10
/
+25
|
*
|
WATCH and UNWATCH have been broken since 2.4 because of connection pooling. T...
Andy McCurdy
2011-07-11
1
-7
/
+85
|
|
/
*
|
Merge remote-tracking branch 'wolever/threadsafe_transactions' into watch_fixes
Randall Leeds
2011-07-08
1
-34
/
+120
|
\
\
|
*
|
First quick pass as a subclass of Redis which is bound to one connection
David Wolever
2011-07-07
1
-12
/
+112
*
|
|
fix #149 - hold connection for duration of WATCH
Randall Leeds
2011-07-07
1
-9
/
+23
|
|
/
|
/
|
*
|
no reason that these should call list_or_args
Andy McCurdy
2011-06-29
1
-12
/
+6
|
/
*
add variadic versions of L/RPUSH
Raphaël Vinot
2011-06-11
1
-6
/
+8
*
add variadic version of HDEL
Raphaël Vinot
2011-06-11
1
-3
/
+4
*
add variadic versions of SADD, SREM and ZREM
Raphaël Vinot
2011-06-11
1
-9
/
+12
*
get a connection within the execute() method of the pipeline so we can respon...
Andy McCurdy
2011-06-06
1
-49
/
+45
*
pipelines need the response_callback love, too. grammar fixes in docs
Andy McCurdy
2011-06-01
1
-2
/
+8
*
added ability for per-instance response callbacks. also, holy shit, documenta...
Andy McCurdy
2011-06-01
1
-4
/
+17
*
updating a few docstrings
Andy McCurdy
2011-05-31
1
-2
/
+7
*
support ZADD variable length args. deprecate the version passing score and va...
Andy McCurdy
2011-05-31
1
-4
/
+18
*
ConnectionPool's get_connection() now can take optional kwargs
Andy McCurdy
2011-05-25
1
-2
/
+3
*
remove the SELECT command completely. use a separate client instance instead.
Andy McCurdy
2011-05-24
1
-10
/
+0
*
renamed path arg to unix_socket_path to make it clearer
Andy McCurdy
2011-05-23
1
-3
/
+3
*
ability to use the UnixDomainSocketConnection directly from the Redis client.
Andy McCurdy
2011-05-23
1
-14
/
+23
*
new pubsub tests
Andy McCurdy
2011-05-23
1
-1
/
+1
*
removing unnecessary imports
Andy McCurdy
2011-05-22
1
-4
/
+2
*
removal of more deprecated commands
Andy McCurdy
2011-05-22
1
-51
/
+1
*
allow shard hints to be passed to pipeline and pubsub objects. a smart connec...
Andy McCurdy
2011-05-22
1
-90
/
+53
*
completely refactored pubsub. this is backwards incompatible, but quite neces...
Andy McCurdy
2011-05-22
1
-70
/
+96
*
connection pool is now a real pool. we no longer rely on threading.local for ...
Andy McCurdy
2011-05-17
1
-2
/
+1
*
all tests pass now except pub/sub. connection_pool's get_connection now alway...
Andy McCurdy
2011-05-17
1
-17
/
+7
*
all tests passing with new connection pool
Andy McCurdy
2011-05-16
1
-115
/
+85
*
we don't need the command_name overriding just yet
Andy McCurdy
2011-05-12
1
-4
/
+3
*
connection class completely refactored. encoding and command packing moved fr...
Andy McCurdy
2011-05-12
1
-58
/
+33
*
__getitem__ now raises a KeyError when a key doesn't exist
Andy McCurdy
2011-04-26
1
-3
/
+3
*
trying to getitem on a key that doesn't exist should raise a KeyError
Ionuț Arțăriși
2011-04-05
1
-2
/
+12
*
slight performance tweak to zset_score_pairs. Thanks Suor
Andy McCurdy
2011-03-16
1
-2
/
+2
*
Some speed optimizations. Thanks Suor.
Andy McCurdy
2011-03-15
1
-8
/
+6
[next]