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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add support for new TDIGEST features and changes (#2392)
dvora-h
2022-09-21
4
-30
/
+68
*
Mark `TOPK.COUNT` as deprecated (#2363)
dvora-h
2022-09-04
1
-0
/
+3
*
change return type of parse_bollean to bool (#2364)
dvora-h
2022-09-04
1
-1
/
+1
*
Document Redis(single_connection_client) (#2327)
Povilas Balciunas
2022-08-30
1
-0
/
+6
*
Adding reserve as an alias for create, so that we have BF.RESERVE and CF.RESE...
Chayim
2022-08-30
1
-0
/
+4
*
Handle auth errors for newer versions of Redis. (#2325) (#2329)
Luca Cillario
2022-08-30
2
-1
/
+22
*
Fix type hint annotations of expire time (#2361)
Lee
2022-08-30
1
-1
/
+1
*
Be more strict about url scheme parsing (#2343)
Klaas van Schelven
2022-08-21
1
-6
/
+11
*
Add BITFIELD_RO (#2340)
Alibi
2022-08-21
1
-0
/
+23
*
fix tdigest.create (#2348)
dvora-h
2022-08-21
1
-1
/
+1
*
Add support for WITHSUFFIXTRIE to FT.CREATE (#2324)
v4.4.0rc1
dvora-h
2022-08-04
1
-1
/
+11
*
Add TDIGEST.TRIMMED_MEAN (#2300)
Alibi
2022-08-04
2
-0
/
+12
*
Support TDIGEST.MERGESTORE and make compression optional on TDIGEST.CREATE (#...
dvora-h
2022-08-02
1
-1
/
+15
*
Fix async SEARCH pipeline (#2316)
dvora-h
2022-08-02
1
-1
/
+1
*
change drop to dropindex (#2315)
dvora-h
2022-08-02
1
-2
/
+3
*
Replace `ensure_future` with `create_task` (#2311)
dvora-h
2022-08-02
2
-7
/
+7
*
Add support for `TDIGEST.QUANTILE` extensions (#2317)
dvora-h
2022-08-02
3
-5
/
+10
*
Fix timezone handling for datetime to unixtime conversions (#2213)
joe
2022-08-02
1
-12
/
+6
*
ClusterPipeline Doesn't Handle ConnectionError for Dead Hosts (#2225)
Greg Melton
2022-08-02
1
-25
/
+44
*
Remove python2-only `__nonzero__` method from `cluster.py` (#2313)
Nikita Sobolev
2022-07-31
1
-4
/
+0
*
Fix typing on smembers command (#2312)
Agustin Marquez
2022-07-31
1
-1
/
+2
*
Add support for async GRAPH module (#2273)
dvora-h
2022-07-28
4
-135
/
+525
*
automatically reconnect pubsub when reading messages in blocking mode (#2281)
Kristján Valur Jónsson
2022-07-27
2
-6
/
+18
*
Drop python 3.6 support (#2306)
dvora-h
2022-07-27
3
-29
/
+12
*
async_cluster: fix max_connections/ssl & improve args (#2217)
Utkarsh Gupta
2022-07-27
3
-183
/
+202
*
cleaning up the readme and moving docs into readthedocs (#2291)
Chayim
2022-07-27
1
-0
/
+2
*
Graph - add counters for removed labels and properties (#2292)
DvirDukhan
2022-07-26
1
-0
/
+24
*
Fix: `start_id` type for `XAUTOCLAIM` (#2257)
Антон Безденежных
2022-07-24
1
-1
/
+1
*
Remove verbose logging from `redis-py/redis/cluster.py` (#2238)
Nial Daly
2022-07-24
1
-56
/
+7
*
Add support for TIMESERIES 1.8 (#2296)
dvora-h
2022-07-24
2
-279
/
+407
*
async_cluster: fix concurrent pipeline (#2280)
Utkarsh Gupta
2022-07-24
1
-9
/
+9
*
docs: Fix a few typos (#2274)
Tim Gates
2022-07-24
3
-3
/
+3
*
Fix crash: key expire while search (#2270)
dvora-h
2022-07-24
1
-1
/
+1
*
fix: workaround asyncio bug on connection reset by peer (#2259)
Mehdi ABAAKOUK
2022-07-24
1
-1
/
+10
*
fix is_connected (#2278)
dvora-h
2022-07-21
1
-1
/
+1
*
Use retry mechanism in async version of Connection objects (#2271)
szumka
2022-07-21
2
-2
/
+12
*
Fix backwards compatibility from 4.3.2 (#2254)
dvora-h
2022-06-27
1
-1
/
+0
*
Fix `XAUTOCLAIM` to return the full response (#2252)
dvora-h
2022-06-27
1
-1
/
+2
*
commands/cluster: use pipeline to execute split commands (#2230)
Utkarsh Gupta
2022-06-27
5
-153
/
+151
*
Changed dynamic_startup_nodes default value to 'True' to prevent breaking bac...
Bar Shaul
2022-06-27
1
-5
/
+5
*
Added dynamic_startup_nodes configuration to RedisCluster. (#2244)
Bar Shaul
2022-06-23
1
-2
/
+15
*
Docs: Add a note about client_setname and client_name difference (#2247)
Paweł Srokosz
2022-06-23
1
-0
/
+6
*
Reuse the old nodes' connections when a cluster topology refresh is being don...
Bar Shaul
2022-06-23
1
-11
/
+26
*
Fix retries in async mode (#2180)
Eric Lemoine
2022-06-19
5
-6
/
+48
*
async_cluster: fix simultaneous initialize (#2231)
Utkarsh Gupta
2022-06-19
1
-2
/
+2
*
Uppercase commands in CommandsParser.get_keys (#2236)
Falk
2022-06-19
1
-2
/
+2
*
Fix Lock crash, and versioning 4.3.3 (#2210)
v4.3.3
dvora-h
2022-06-02
1
-1
/
+0
*
async_cluster: improve docs (#2208)
Utkarsh Gupta
2022-06-02
1
-36
/
+37
*
SHUTDOWN - add support for the new NOW, FORCE and ABORT modifiers (#2150)
dvora-h
2022-06-01
1
-6
/
+37
*
Made sync lock consistent and added types to it (#2137)
Anas
2022-06-01
4
-25
/
+60
[next]