Skip to content

Commit

Permalink
Change "JSON.set" links (#234)
Browse files Browse the repository at this point in the history
Change "JSON.set" link from "/commands/ft.set" --> "/commands/json.set"
  • Loading branch information
Troll321 authored Dec 18, 2023
1 parent 3163b2c commit c9e983a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/stack/get-started/document-database.md
Original file line number Diff line number Diff line change
Expand Up @@ -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\"}"
Expand Down Expand Up @@ -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/)
* [Redis as a vector database](/docs/get-started/vector-database/)

0 comments on commit c9e983a

Please sign in to comment.