From ab02ff077fc6f83f4b562e7d3735ede6a7e83797 Mon Sep 17 00:00:00 2001 From: "Kyle J. Davis" Date: Wed, 10 Apr 2024 15:15:17 -0600 Subject: [PATCH] Move to Prod: About page & persistence (#25) * adds commands to top nav (#19) Signed-off-by: Kyle J. Davis * Add the ability to pull in docs from `valkey-doc` (#22) * adds support for pulling in valkey-docs Signed-off-by: Kyle J. Davis * one more change to layout Signed-off-by: Kyle J. Davis --------- Signed-off-by: Kyle J. Davis * update code owners file (#23) Add kyle to the code owners file Signed-off-by: Kyle J. Davis * feat: Update the about page to include a brief history of the project. (#18) * feat: Update the about page to include a brief history of the project. Signed-off-by: Pranav Ramesh * feat: Use markdown instead of HTML & update wording of history Signed-off-by: Pranav Ramesh --------- Signed-off-by: Pranav Ramesh --------- Signed-off-by: Kyle J. Davis Signed-off-by: Pranav Ramesh Co-authored-by: Pranav Ramesh --- about/index.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/about/index.md b/about/index.md index 0f66ea7d..cca72e2d 100644 --- a/about/index.md +++ b/about/index.md @@ -10,3 +10,8 @@ Valkey is an open source continuation of Redis, created in March 2024 following This initiative was led by Madelyn Olson, a notable figure in the Redis community and a former core maintainer at AWS, along with other contributors who sought to preserve the original open source ethos of Redis. The transition garnered substantial backing from leading tech corporations including AWS, Google, Oracle, Ericsson, and Snap, with the Linux Foundation stepping in to provide a stable platform for this new direction. Amidst the landscape of Redis alternatives, Valkey stands out with strong support from cloud services providers, positioning it as a promising solution for future open source database needs. + + +# History of Valkey + +Valkey is an open source continuation of Redis, created in March 2023 following Redis's shift to a non-open source license. This initiative was led by Madelyn Olson, a notable figure in the Redis community and a former core maintainer at AWS, along with other contributors who sought to preserve the original open source ethos of Redis. The transition garnered substantial backing from leading tech corporations including AWS, Google, Oracle, Ericsson, and Snap, with the Linux Foundation stepping in to provide a stable platform for this new direction. Amidst the landscape of Redis alternatives, Valkey stands out with strong support from cloud services providers, positioning it as a promising solution for future open source database needs.