From 3061e0c4af09ea7922fbd6f5433fcd6bdc798de7 Mon Sep 17 00:00:00 2001 From: graeme44 Date: Mon, 5 Sep 2022 15:47:09 +0200 Subject: [PATCH 1/2] Updated broken README.md links --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f5ad9a4191..c7b839d032 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ The Python interface to the Redis key-value store. [![codecov](https://codecov.io/gh/redis/redis-py/branch/master/graph/badge.svg?token=yenl5fzxxr)](https://codecov.io/gh/redis/redis-py) [![Total alerts](https://img.shields.io/lgtm/alerts/g/redis/redis-py.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/redis/redis-py/alerts/) -[Installation](#installation) | [Contributing](#contributing) | [Getting Started](#getting-started) | [Connecting To Redis](#connecting-to-redis) | [Contributing](https://github.com/redis/redis-py/blob/master/CONTRIBUTING.md) +[Installation](#installation) | [Usage](#usage) | [Advanced Topics](#advanced-topics) | [Contributing](https://github.com/redis/redis-py/blob/master/CONTRIBUTING.md) --------------------------------------------- From 15510e8a42a997af7d40b867e5d1360f2869a729 Mon Sep 17 00:00:00 2001 From: graeme44 Date: Mon, 5 Sep 2022 15:52:59 +0200 Subject: [PATCH 2/2] Updated CHANGES --- CHANGES | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGES b/CHANGES index 1a15a85698..47600cf0d0 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,4 @@ + * Update README.md links * Fix timezone handling for datetime to unixtime conversions * Fix start_id type for XAUTOCLAIM * Remove verbose logging from cluster.py