Skip to content

Commit 0c54757

Browse files
Update content/operate/rs/databases/import-export/flush.md
Co-authored-by: Rachel Elledge <86307637+rrelledge@users.noreply.github.com>
1 parent 8231cef commit 0c54757

File tree

1 file changed

+1
-1
lines changed
  • content/operate/rs/databases/import-export

1 file changed

+1
-1
lines changed

content/operate/rs/databases/import-export/flush.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Follow these steps to flush all data from an OSS Cluster API database:
5454
dig +noall +answer <database-endpoint>
5555
```
5656

57-
2. Connect to each IP address using redis-cli and execute the `FLUSHDB` command:
57+
2. Connect to each IP address using [`redis-cli`]({{<relref "/operate/rs/references/cli-utilities/redis-cli">}}) and run the [`FLUSHDB`]({{<relref "/commands/flushdb">}}) command:
5858

5959
```sh
6060
redis-cli -h <ip-address> -p <port> flushdb

0 commit comments

Comments
 (0)