From 0a95749f863f7d41b28e209b06a634aa7906c10e Mon Sep 17 00:00:00 2001 From: Kjell Winblad Date: Mon, 26 Jun 2023 17:02:03 +0200 Subject: [PATCH] docs: add changelog entries for Redis refactoring --- changes/ce/fix-11139.en.md | 1 + changes/ee/fix-11139.en.md | 1 + 2 files changed, 2 insertions(+) create mode 100644 changes/ce/fix-11139.en.md create mode 100644 changes/ee/fix-11139.en.md diff --git a/changes/ce/fix-11139.en.md b/changes/ce/fix-11139.en.md new file mode 100644 index 000000000..df077fbb5 --- /dev/null +++ b/changes/ce/fix-11139.en.md @@ -0,0 +1 @@ +The Redis connector has been refactored to its own Erlang application to improve the code structure. diff --git a/changes/ee/fix-11139.en.md b/changes/ee/fix-11139.en.md new file mode 100644 index 000000000..c369ac9a1 --- /dev/null +++ b/changes/ee/fix-11139.en.md @@ -0,0 +1 @@ +The Redis bridge has been refactored to its own Erlang application to improve the code structure and to make it easier to maintain.