diff --git a/docs/guide/src/docs/asciidoc/elasticache.adoc b/docs/guide/src/docs/asciidoc/elasticache.adoc index 88feec43a..eb5dd3171 100644 --- a/docs/guide/src/docs/asciidoc/elasticache.adoc +++ b/docs/guide/src/docs/asciidoc/elasticache.adoc @@ -12,7 +12,7 @@ IMPORTANT: It is recommended to read the <<_replicate,Replication>> section to f == Setup -.Prerequisites +=== Prerequisites For this recipe you will require the following resources: @@ -28,7 +28,7 @@ Refer to https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/Endpoints.h For a live migration you need to enable keyspace notifications on your Elasticache instance (see {link_ec_notifications}). ==== -.Migration Host +=== Migration Host To run the migration tool we will need an EC2 instance. @@ -62,7 +62,7 @@ redis-cli -h -p 6379 Ensure that the above command allows you to connect to the remote Elasticache database successfully. -.Installing {project-title} +=== Installing {project-title} Let's install {project-title} on the EC2 instance we set up previously. For this we'll follow the steps for <<_linux_install,installing on Linux>>. @@ -72,13 +72,13 @@ For this we'll follow the steps for <<_linux_install,installing on Linux>>. We are now all set to begin the migration process. The options you will use depend on your source and target databases, as well as the replication mode (snapshot or live). -.EC Single Master -> RE +=== EC Single Master -> RE [source] ---- riot -h -p replicate -h -p --pass ---- -.Live EC Single Master -> RE +=== Live EC Single Master -> RE [source] ---- riot -h -p replicate --mode live -h -p --pass @@ -93,7 +93,7 @@ riot -h -p --tls --pass replicate -h < ---- ==== -.EC Cluster -> RE +=== EC Cluster -> RE [source] ---- @@ -103,20 +103,20 @@ riot -h -p --cluster replicate -h RE (with specific DB namespace) +=== EC Single Master -> RE (with specific db index) [source] ---- riot -h -p --db replicate -h -p --pass ---- -.EC Single Master -> RE with OSS Cluster +=== EC Single Master -> RE with OSS Cluster [source] ---- riot -h -p replicate -h -p --pass --cluster ---- -.Live EC Cluster -> RE with OSS Cluster +=== Live EC Cluster -> RE with OSS Cluster [source] ---- @@ -132,7 +132,7 @@ riot -h -p --cluster replicate --mode live -h == Troubleshooting -.Authentication Required +=== Authentication Required You might face this error message while running the migration tool: [source] diff --git a/docs/guide/src/docs/asciidoc/faker-import.adoc b/docs/guide/src/docs/asciidoc/faker-import.adoc index 543ca5214..fa78bbbb7 100644 --- a/docs/guide/src/docs/asciidoc/faker-import.adoc +++ b/docs/guide/src/docs/asciidoc/faker-import.adoc @@ -17,7 +17,6 @@ To show the full usage, run: riot faker-import --help ---- - You must specify at least one Redis command as a target. The keys that will be written are constructed from input records by concatenating the keyspace prefix and key fields. @@ -61,7 +60,7 @@ riot faker-import lease="number.digits(2)" Refer to {link_datafaker_doc} for complete documentation. -.RediSearch +== RediSearch You can infer Faker fields from a RediSearch index using the `--infer` option: diff --git a/docs/guide/src/docs/asciidoc/usage.adoc b/docs/guide/src/docs/asciidoc/usage.adoc index 629cfaeac..7e9414514 100644 --- a/docs/guide/src/docs/asciidoc/usage.adoc +++ b/docs/guide/src/docs/asciidoc/usage.adoc @@ -6,7 +6,7 @@ {project-title} can be installed in different ways depending on your environment and preference. [[_macos_install]] -.Homebrew (macOS) +=== Homebrew (macOS) [source] ---- @@ -14,7 +14,7 @@ brew install redis-developer/tap/riot ---- [[_windows_install]] -.Scoop (Windows) +=== Scoop (Windows) [source] ---- @@ -23,7 +23,7 @@ scoop install riot ---- [[_linux_install]] -.Download and run (Linux) +=== Download and run (Linux) {project-title} requires Java and the easiest option is to use the version packaged with Ubuntu. By default Ubuntu 18.04 includes Open JDK 11.