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/)