diff --git a/Gemfile.lock b/Gemfile.lock index 709ab36..775df2d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -15,6 +15,7 @@ GEM forwardable-extended (2.6.0) google-protobuf (3.25.3-arm64-darwin) google-protobuf (3.25.3-x86_64-darwin) + google-protobuf (3.25.3-x86_64-linux) http_parser.rb (0.8.0) i18n (1.14.4) concurrent-ruby (~> 1.0) @@ -34,7 +35,6 @@ GEM safe_yaml (~> 1.0) terminal-table (>= 1.8, < 4.0) webrick (~> 1.7) - jekyll-datapage-generator (1.4.0) jekyll-feed (0.15.1) jekyll (>= 3.7, < 5.0) jekyll-last-modified-at (1.3.0) @@ -68,6 +68,7 @@ GEM forwardable-extended (~> 2.6) posix-spawn (0.3.15) public_suffix (5.0.4) + rake (13.2.1) rb-fsevent (0.11.2) rb-inotify (0.10.1) ffi (~> 1.0) @@ -75,10 +76,9 @@ GEM rouge (3.26.0) ruby-link-checker (0.2.0) safe_yaml (1.0.5) - sass-embedded (1.69.5-arm64-darwin) - google-protobuf (~> 3.23) - sass-embedded (1.69.5-x86_64-darwin) + sass-embedded (1.69.5) google-protobuf (~> 3.23) + rake (>= 13.0.0) terminal-table (3.0.2) unicode-display_width (>= 1.1.1, < 3) typhoeus (1.4.1) @@ -90,10 +90,10 @@ PLATFORMS arm64-darwin-22 x86_64-darwin-19 x86_64-darwin-21 + x86_64-linux DEPENDENCIES jekyll (~> 4.3.2) - jekyll-datapage-generator jekyll-feed (~> 0.12) jekyll-last-modified-at jekyll-paginate diff --git a/about/index.html b/about/index.html deleted file mode 100644 index e29f28c..0000000 --- a/about/index.html +++ /dev/null @@ -1,5 +0,0 @@ ---- -layout: simple -primary_title: About -title: About ---- \ No newline at end of file diff --git a/about/index.md b/about/index.md new file mode 100644 index 0000000..70db4c0 --- /dev/null +++ b/about/index.md @@ -0,0 +1,11 @@ +--- +layout: simple +primary_title: About +title: About +--- + + + +# 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.