Skip to content

Commit 7637de8

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

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,9 @@ Follow these steps to flush all data from an OSS Cluster API database:
7373
2. Connect to each IP address and flush the data:
7474

7575
```sh
76-
$ redis-cli -h 52.200.243.146 -p 19674 flushdb
76+
$ redis-cli -h 192.0.2.0 -p 19674 flushdb
7777
OK
78-
$ redis-cli -h 54.235.52.171 -p 19674 flushdb
78+
$ redis-cli -h 198.51.100.0 -p 19674 flushdb
7979
OK
8080
```
8181

0 commit comments

Comments
 (0)