Skip to content

Commit ab8e1cb

Browse files
committed
DOC-4307 Feedback updates to add note about data availability & DB status link
1 parent 98d898c commit ab8e1cb

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

content/operate/rs/databases/durability-ha/db-availability.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ weight: 30
1414

1515
You can use the [database availability API]({{<relref "/operate/rs/references/rest-api/requests/bdbs/availability">}}) to verify whether a Redis Software database is available to perform read and write operations and can respond to queries from client applications. Load balancers and automated monitoring tools can use this API to monitor database availability.
1616

17+
{{<note>}}
18+
Database availability does not guarantee data availability.
19+
{{</note>}}
20+
1721
## Check database availability for monitoring
1822

1923
To monitor database availability, use the following REST API request:
@@ -42,6 +46,8 @@ If the local database endpoint is unavailable, returns an error status code and
4246

4347
## Availability by database status
4448

49+
The following table shows the relationship between a database's status and availability. For more details about the database status values, see [BDB status field]({{<relref "/operate/rs/references/rest-api/objects/bdb/status">}}).
50+
4551
| Database status | Availability |
4652
|-----------------|--------------|
4753
| active | <span title="Available">&#x2705;</span> Available |

0 commit comments

Comments
 (0)