You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Connect to your Redis database. The code below shows the most
50
+
basic connection but see
51
+
[Connect to the server]({{< relref "/develop/clients/jedis/connect" >}})
52
+
to learn more about the available connection options.
53
+
54
+
{{< clients-example java_home_json connect >}}
55
+
{{< /clients-example >}}
56
+
40
57
Create an index. In this example, only JSON documents with the key prefix `user:` are indexed. For more information, see [Query syntax]({{< relref "/develop/interact/search-and-query/query/" >}}).
41
58
42
59
{{< clients-example java_home_json make_index >}}
43
60
{{< /clients-example >}}
44
61
62
+
## Add the data
63
+
45
64
Add the three sets of user data to the database as
0 commit comments