Skip to content

Commit 0187749

Browse files
committed
DOC-3640: make a few style changes
1 parent 78ef9aa commit 0187749

File tree

4 files changed

+4
-5
lines changed

4 files changed

+4
-5
lines changed

content/commands/bgrewriteaof/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,4 @@ Specifically:
4848
Since Redis 2.4 the AOF rewrite is automatically triggered by Redis, however the
4949
`BGREWRITEAOF` command can be used to trigger a rewrite at any time.
5050

51-
Please refer to the [persistence documentation]({{< relref "/operate/oss_and_stack/management/persistence" >}}) for detailed information.
51+
See the [persistence documentation]({{< relref "/operate/oss_and_stack/management/persistence" >}}) for detailed information.

content/commands/bgsave/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,4 +56,4 @@ opportunity.
5656
A client may be able to check if the operation succeeded using the [`LASTSAVE`]({{< relref "/commands/lastsave" >}})
5757
command.
5858

59-
Please refer to the [persistence documentation]({{< relref "/operate/oss_and_stack/management/persistence" >}}) for detailed information.
59+
See the [persistence documentation]({{< relref "/operate/oss_and_stack/management/persistence" >}}) for detailed information.

content/commands/config-set/index.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,7 @@ above is to the latest development version.
7070

7171
It is possible to switch persistence from RDB snapshotting to append-only file
7272
(and the other way around) using the `CONFIG SET` command.
73-
For more information about how to do that please check the [persistence
74-
page]({{< relref "/operate/oss_and_stack/management/persistence" >}}).
73+
See the [persistence page]({{< relref "/operate/oss_and_stack/management/persistence" >}}) for more information.
7574

7675
In general what you should know is that setting the `appendonly` parameter to
7776
`yes` will start a background process to save the initial append-only file

content/commands/save/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,4 @@ However in case of issues preventing Redis to create the background saving child
4141
(for instance errors in the fork(2) system call), the `SAVE` command can be a
4242
good last resort to perform the dump of the latest dataset.
4343

44-
Please refer to the [persistence documentation]({{< relref "/operate/oss_and_stack/management/persistence" >}}) for detailed information.
44+
See the [persistence documentation]({{< relref "/operate/oss_and_stack/management/persistence" >}}) for detailed information.

0 commit comments

Comments
 (0)