summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-redis_7.4.0.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-redis: upgrade 7.3.0 -> 7.4.0Wang Mingyu6 days1-0/+23
Changelog: ========== - Fix AttributeError in cluster metrics recording when connection is None or ClusterNode object instance is used to extract the connection info (#3999) - Fixing security concern in repr methods for ConnectionPools - passwords might leak in plain text logs (#3998) - Refactored connection count and SCH metric collection (#4001) - Refactored health check logic for MultiDBClient (#3994) - Expose basic Otel classes and functions to be importable through redis.observability to match the examples in the readthedocs Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>