From c9e983ac1a492181c14ba5124e889a92c6c89dea Mon Sep 17 00:00:00 2001 From: Troll321 <83117950+Troll321@users.noreply.github.com> Date: Mon, 18 Dec 2023 21:30:19 +0700 Subject: [PATCH] Change "JSON.set" links (#234) Change "JSON.set" link from "/commands/ft.set" --> "/commands/json.set" --- docs/stack/get-started/document-database.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/stack/get-started/document-database.md b/docs/stack/get-started/document-database.md index 7c70982..282b894 100644 --- a/docs/stack/get-started/document-database.md +++ b/docs/stack/get-started/document-database.md @@ -73,7 +73,7 @@ Any pre-existing JSON documents with a key prefix `bicycle:` are automatically a ## Add JSON documents -The example below shows you how to use the [JSON.SET](/commands/ft.set/) command to create new JSON documents: +The example below shows you how to use the [JSON.SET](/commands/json.set/) command to create new JSON documents: {{< clients-example search_quickstart add_documents "" 2 >}} > JSON.SET "bicycle:0" "." "{\"brand\": \"Velorim\", \"model\": \"Jigger\", \"price\": 270, \"description\": \"Small and powerful, the Jigger is the best ride for the smallest of tikes! This is the tiniest kids\\u2019 pedal bike on the market available without a coaster brake, the Jigger is the vehicle of choice for the rare tenacious little rider raring to go.\", \"condition\": \"new\"}" @@ -169,4 +169,4 @@ Please see the [query documentation](/docs/interact/search-and-query/query/) to You can learn more about how to use Redis Stack as a vector database in the following quick start guide: -* [Redis as a vector database](/docs/get-started/vector-database/) \ No newline at end of file +* [Redis as a vector database](/docs/get-started/vector-database/)