Skip to content

Commit

Permalink
Update _index.md
Browse files Browse the repository at this point in the history
  • Loading branch information
otoolep committed Nov 24, 2023
1 parent 573d7f9 commit 876d288
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/en/docs/API/Read Consistency/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ curl -G 'localhost:4001/db/query' --data-urlencode 'q=SELECT * FROM foo'

# Query the node, telling it simply to read the SQLite database directly.
# No guarantees on how old the data is. In fact, the node may not even be
# connected to the cluster. Provides the shortest possible query response time.
# connected to the cluster. Provides the fastest possible query response.
curl -G 'localhost:4001/db/query?level=none' --data-urlencode 'q=SELECT * FROM foo'

# Query the node, telling it simply to read the SQLite database directly.
Expand Down

0 comments on commit 876d288

Please sign in to comment.