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
/
CHANGES
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix: replace async_timeout by asyncio.timeout (#2602)
Mehdi ABAAKOUK
2023-03-16
1
-0
/
+1
*
Fix issue 2349: Let async HiredisParser finish parsing after a Connection.dis...
Kristján Valur Jónsson
2023-02-06
1
-0
/
+1
*
Use hiredis::pack_command to serialized the commands. (#2570)
Sergey Prokazov
2023-02-06
1
-0
/
+1
*
Fix unlink in cluster pipeline (#2562)
gmbnomis
2023-01-29
1
-0
/
+1
*
Simplify the sync SocketBuffer, add type hints (#2543)
Kristján Valur Jónsson
2023-01-22
1
-0
/
+1
*
String cleanse (#2548)
Jan
2023-01-11
1
-0
/
+1
*
Make PythonParser resumable (#2510)
Kristján Valur Jónsson
2023-01-05
1
-0
/
+1
*
Fix for Unhandled exception related to self.host with unix socket (#2520)
Jason Joy Atsu Winmorre
2022-12-25
1
-0
/
+1
*
Add `timeout` parameter for SentinelManagedConnection (#2495)
Guillaume Tassery
2022-12-25
1
-0
/
+1
*
Added a replacement for the default cluster node in the event of failure. (#2...
Bar Shaul
2022-12-01
1
-0
/
+1
*
Fix Sentinel.execute_command to execute across the entire sentinel cluster (...
SyedTahaA
2022-11-21
1
-0
/
+1
*
Failover handling improvements for RedisCluster and Async RedisCluster (#2377)
Bar Shaul
2022-11-10
1
-0
/
+2
*
CredentialsProvider class added to support password rotation (#2261)
Bar Shaul
2022-11-10
1
-0
/
+1
*
Enable AsyncIO cluster mode lock (#2446)
Milhan
2022-11-09
1
-0
/
+1
*
fix docs for password protected socket access (#2378)
Robert Hofer
2022-11-07
1
-0
/
+1
*
Remove `deprecated` dependency (#2386)
Aarni Koskela
2022-10-30
1
-0
/
+1
*
Simplify async timeouts and allowing `timeout=None` in `PubSub.get_message()...
v4.4.0rc2
Kristján Valur Jónsson
2022-09-29
1
-0
/
+1
*
Add `nowait` flag to `asyncio.Connection.disconnect()` (#2356)
Kristján Valur Jónsson
2022-09-29
1
-0
/
+1
*
Support Hiredis >= 1.x only (remove `packaging` dependency) (#2385)
Aarni Koskela
2022-09-28
1
-0
/
+1
*
Fix/readme links (#2368)
Graeme Clements
2022-09-07
1
-0
/
+1
*
Fix timezone handling for datetime to unixtime conversions (#2213)
joe
2022-08-02
1
-0
/
+1
*
ClusterPipeline Doesn't Handle ConnectionError for Dead Hosts (#2225)
Greg Melton
2022-08-02
1
-0
/
+2
*
Fix: `start_id` type for `XAUTOCLAIM` (#2257)
Антон Безденежных
2022-07-24
1
-0
/
+1
*
Remove verbose logging from `redis-py/redis/cluster.py` (#2238)
Nial Daly
2022-07-24
1
-1
/
+1
*
Use retry mechanism in async version of Connection objects (#2271)
szumka
2022-07-21
1
-0
/
+1
*
Added dynamic_startup_nodes configuration to RedisCluster. (#2244)
Bar Shaul
2022-06-23
1
-1
/
+1
*
Reuse the old nodes' connections when a cluster topology refresh is being don...
Bar Shaul
2022-06-23
1
-0
/
+2
*
Uppercase commands in CommandsParser.get_keys (#2236)
Falk
2022-06-19
1
-0
/
+1
*
Fix Missing ClusterPipeline Lock (#2190)
Greg Melton
2022-05-30
1
-0
/
+1
*
`Retry()`: Support negative `retries` value (#2110)
Kristján Valur Jónsson
2022-04-28
1
-0
/
+1
*
Fix incorrect return statement in auth (#2086) (#2092)
Kamyab Taghizadeh
2022-04-28
1
-0
/
+1
*
always clear reference to closed reader/writer (#2077)
Bea Steers
2022-04-04
1
-0
/
+1
*
[CLUSTER] Fix scan command cursors & Fix scan_iter (#2054)
Utkarsh Gupta
2022-03-23
1
-1
/
+3
*
Remove verbose logging from cluster initializers (#2055)
Joni Nevalainen
2022-03-23
1
-0
/
+1
*
Add support for HSET items (#2006)
Marek Czaplicki
2022-03-06
1
-0
/
+3
*
Implement locks for RedisCluster (#2013)
Jake Barnwell
2022-03-01
1
-9
/
+11
*
Create codeql-analysis.yml (#1988)
Chayim
2022-02-15
1
-0
/
+1
*
update 4.1.3 changes (#1934)
dvora-h
2022-02-10
1
-0
/
+6
*
Update changes file with changes since 4.0.0-beta2 (#1915)
dvora-h
2022-01-30
1
-8
/
+152
*
beta2 version and CHANGES update (#1643)
v4.0.0b2
Chayim
2021-10-26
1
-0
/
+7
*
bringing CHANGES up-to-date (#1600)
Chayim
2021-10-14
1
-8
/
+19
*
Updating CHANGES with the latest improvements. (#1569)
Chayim
2021-09-05
1
-10
/
+45
*
Updating CHANGES to list most recent changes (#1544)
Chayim
2021-08-18
1
-0
/
+50
*
Fix some typos. (#1496)
Binbin
2021-08-08
1
-3
/
+3
*
Add support for the ABSTTL option of the RESTORE command. (#1423)
Simon Charette
2020-11-22
1
-0
/
+2
*
Added the ACL LOG command available in Redis 6
Andy McCurdy
2020-08-19
1
-0
/
+2
*
All values within Redis URLs are url-unquoted via default.
Andy McCurdy
2020-08-15
1
-1
/
+5
*
Remove support for end-of-life Python 2.7 (#1318)
Jon Dufresne
2020-08-06
1
-0
/
+1
*
changelog
Andy McCurdy
2020-07-22
1
-0
/
+2
*
changelog
Andy McCurdy
2020-07-20
1
-0
/
+3
[next]