We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8eabe89 commit 7637de8Copy full SHA for 7637de8
content/operate/rs/databases/import-export/flush.md
@@ -73,9 +73,9 @@ Follow these steps to flush all data from an OSS Cluster API database:
73
2. Connect to each IP address and flush the data:
74
75
```sh
76
- $ redis-cli -h 52.200.243.146 -p 19674 flushdb
+ $ redis-cli -h 192.0.2.0 -p 19674 flushdb
77
OK
78
- $ redis-cli -h 54.235.52.171 -p 19674 flushdb
+ $ redis-cli -h 198.51.100.0 -p 19674 flushdb
79
80
```
81
0 commit comments