From 4ff2d00178c1c5f3fe65c0ba6b0986df618cab78 Mon Sep 17 00:00:00 2001 From: Tobias Urdin Date: Wed, 28 Sep 2022 12:21:46 +0200 Subject: Change StrictRedis usage to Redis The StrictRedis class is only an alias for Redis in >= 3.0.0 Change-Id: Ief27531f120a50805053c214cb61bb4151678d70 --- releasenotes/notes/remove-strict-redis-f2a5a924b314de41.yaml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 releasenotes/notes/remove-strict-redis-f2a5a924b314de41.yaml (limited to 'releasenotes') diff --git a/releasenotes/notes/remove-strict-redis-f2a5a924b314de41.yaml b/releasenotes/notes/remove-strict-redis-f2a5a924b314de41.yaml new file mode 100644 index 0000000..c11467c --- /dev/null +++ b/releasenotes/notes/remove-strict-redis-f2a5a924b314de41.yaml @@ -0,0 +1,4 @@ +--- +upgrade: + - | + The minimum redis-py version required is now >= 3.0.0 -- cgit v1.2.1