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
...
*
LPOS: add new command (#1354)
Paul Spooren
2020-07-22
1
-0
/
+36
*
Support for loading, unloading and listing Redis Modules (#1360)
Roey Prat
2020-07-13
1
-0
/
+33
*
Fix acl_setuser docstring
Andrew Brookins
2020-06-29
1
-1
/
+1
*
Do not un-escape \ characters when parsing MONITOR output
Andy McCurdy
2020-06-08
1
-1
/
+4
*
Restore try/except in __del__ methods
Andy McCurdy
2020-05-20
1
-5
/
+11
*
Fix for HSET argument validation to allow any non-None key
AleksMat
2020-05-09
1
-4
/
+4
*
Switch to flake8 for static code analysis (#1328)
Jon Dufresne
2020-04-16
1
-1
/
+0
*
Simplify exception handlers (#1319)
Jon Dufresne
2020-04-11
1
-9
/
+8
*
Fix typo: occured → occurred (#1315)
Jon Dufresne
2020-04-09
1
-4
/
+4
*
add keepttl option to set command.
laixintao
2020-03-12
1
-1
/
+9
*
Clear pipeline watch state after exec
Nick Gaya
2020-03-10
1
-0
/
+3
*
Don't send DISCARD after ExecAbortError in pipeline
Nick Gaya
2020-03-10
1
-2
/
+0
*
add support for the MEMORY STATS command
Andy McCurdy
2020-02-25
1
-3
/
+31
*
Stop hiding errors that occur inside __del__ methods
Jon Dufresne
2020-02-12
1
-11
/
+5
*
Improve Redis.hmset() warning message
Jon Dufresne
2020-02-12
1
-1
/
+6
*
Make hset support multiple field/value pairs. (#1271)
赖信涛
2020-02-07
1
-4
/
+16
*
remove Redis and ConnectionPool __eq__ comparison
Andy McCurdy
2020-02-01
1
-6
/
+0
*
Move the username argument in the Redis and Connection classes to the end
Andy McCurdy
2020-01-31
1
-2
/
+2
*
Fix spelling in docstring (#1272)
Damon Jablons
2020-01-30
1
-1
/
+1
*
add type filter to scan function
netocp
2020-01-30
1
-5
/
+20
*
Added the 'ssl_check_hostname' option.
Andy McCurdy
2019-12-29
1
-0
/
+2
*
Allow setting client_name during connection construction.
Peter van Dijk
2019-12-29
1
-1
/
+2
*
'with' statement for PubSub (#765)
Dmitry Kuragin
2019-12-29
1
-0
/
+6
*
Testing the boolean nature of Pipeline instance should always return True.
Andy McCurdy
2019-12-29
1
-0
/
+8
*
Added support for ACL commands
Andy McCurdy
2019-12-28
1
-4
/
+245
*
Fix TypeError by passing optional decode_responses keyword argument d… (#1239)
Jakob Keller
2019-11-11
1
-2
/
+5
*
Add equality test on Redis client and conn pool (#1240)
Rajiv Bakulesh Shah
2019-11-11
1
-0
/
+6
*
Fix misplaced space (#1237)
Thomas Matecki
2019-10-27
1
-1
/
+1
*
Allow Pipeline.execute() to execute on empty command stack if it is watching ...
Brian Maissy
2019-10-24
1
-1
/
+1
*
version 3.3.8, fix MONITOR output to account for all types of clients
3.3.8
huangwei-ds5
2019-08-19
1
-2
/
+16
*
Pipelines shouldn't retry ConnectionErrors implicitly
Andy McCurdy
2019-07-28
1
-15
/
+24
*
Add an Event parameter to PubSubWorkerThread and run_in_thread so (#1195)
Timothy Rule
2019-07-28
1
-5
/
+5
*
PING/PONG health checks
Andy McCurdy
2019-07-28
1
-11
/
+42
*
Ability to create a client that uses a single connection
Andy McCurdy
2019-07-23
1
-10
/
+32
*
Handle removed claimed messages without an exception
Thomas Daskalakis
2019-07-17
1
-1
/
+7
*
Add READONLY and READWRITE commands
Theo Despoudis
2019-07-09
1
-2
/
+10
*
case insensitive response callbacks.
Andy McCurdy
2019-05-28
1
-1
/
+29
*
remove Token class in favor of bytestring
remove_token
Andy McCurdy
2019-05-28
1
-79
/
+81
*
add tests for encoding issues and fix bugs found
Andy McCurdy
2019-05-26
1
-1
/
+1
*
monitor command now has full command text. test suite improved
Andy McCurdy
2019-05-26
1
-4
/
+8
*
Merge branch 'master' into monitor
Andy McCurdy
2019-05-26
1
-2
/
+4
|
\
|
*
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
*
|
|
Merge branch 'pr/1033' into monitor
Andy McCurdy
2019-04-25
1
-0
/
+49
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Added support for the monitor command.
Doug Kisabaka
2019-02-25
1
-0
/
+49
|
|
/
*
|
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
[prev]
[next]