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
/
asyncio
/
cluster.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix review comments
cluster-fixes
dvora-h
2022-11-08
1
-2
/
+2
*
Changed the default value of reinitialize_steps from 10 to 5
Bar Shaul
2022-11-02
1
-1
/
+1
*
Updating retry object for existing and new connections
Bar Shaul
2022-11-02
1
-1
/
+2
*
Reverting deletion of connection_error_retry_attempts to maintain backward co...
Bar Shaul
2022-11-02
1
-0
/
+2
*
Changed get_default_backoff to default_backoff, removed retry_on_error and co...
Bar Shaul
2022-11-02
1
-4
/
+6
*
Fixed test
Bar Shaul
2022-11-02
1
-4
/
+4
*
Added getter and setter for the client's retry object and added more tests
Bar Shaul
2022-11-02
1
-0
/
+8
*
Type fixes
Bar Shaul
2022-11-02
1
-3
/
+3
*
Fixed linters
Bar Shaul
2022-11-02
1
-3
/
+3
*
Cluster&AsyncCluster: Removed handling of timeouts/connection errors within t...
Bar Shaul
2022-11-02
1
-53
/
+45
*
Dev/no lock (#2308)
Kristján Valur Jónsson
2022-09-28
1
-5
/
+3
*
Replace `ensure_future` with `create_task` (#2311)
dvora-h
2022-08-02
1
-6
/
+6
*
Drop python 3.6 support (#2306)
dvora-h
2022-07-27
1
-4
/
+2
*
async_cluster: fix max_connections/ssl & improve args (#2217)
Utkarsh Gupta
2022-07-27
1
-181
/
+196
*
async_cluster: fix concurrent pipeline (#2280)
Utkarsh Gupta
2022-07-24
1
-9
/
+9
*
commands/cluster: use pipeline to execute split commands (#2230)
Utkarsh Gupta
2022-06-27
1
-6
/
+11
*
async_cluster: fix simultaneous initialize (#2231)
Utkarsh Gupta
2022-06-19
1
-2
/
+2
*
async_cluster: improve docs (#2208)
Utkarsh Gupta
2022-06-02
1
-36
/
+37
*
async_cluster: optimisations (#2205)
Utkarsh Gupta
2022-06-01
1
-79
/
+86
*
async_cluster: add pipeline support (#2199)
Utkarsh Gupta
2022-05-30
1
-16
/
+312
*
update black to 22.3.0 (#2171)
Utkarsh Gupta
2022-05-30
1
-1
/
+1
*
async_cluster: add/update typing (#2195)
Utkarsh Gupta
2022-05-30
1
-71
/
+91
*
set default response_callbacks to redis.asyncio.cluster.ClusterNode (#2201)
rapidia
2022-05-30
1
-1
/
+1
*
Add Async RedisCluster (#2099)
Utkarsh Gupta
2022-05-08
1
-0
/
+1113