From 60b5527ef2af30ff6d71d4f1621ae281b3dbeaf1 Mon Sep 17 00:00:00 2001 From: kris Date: Fri, 10 May 2024 04:20:19 +1000 Subject: [PATCH] Fixes typos on the homepage Signed-off-by: kris --- index.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.markdown b/index.markdown index 4dae10b..56bb7c2 100644 --- a/index.markdown +++ b/index.markdown @@ -32,11 +32,11 @@ sidebar: --- -Valkey is an open source (BSD) high-performance key/value datastore that supports a variety workloads such as **caching**, **message queues**, and can act as a **primary database**. +Valkey is an open source (BSD) high-performance key/value datastore that supports a variety of workloads such as **caching**, **message queues**, and can act as a **primary database**. Valkey can run as either a **standalone** daemon or in a **cluster**, with options for **replication** and **high availability**. Valkey natively supports a rich collection of datatypes, including **strings**, **numbers**, **hashes**, **lists**, **sets**, **sorted sets**, **bitmaps**, **hyperloglogs** and more. -You can operate on data structures in-place with a expressive collection of commands. +You can operate on data structures in-place with an expressive collection of commands. Valkey also supports native extensibility with built-in scripting support for **Lua** and supports **module** plugins to create new commands, data types, and more.