File tree Expand file tree Collapse file tree 4 files changed +4
-5
lines changed Expand file tree Collapse file tree 4 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -48,4 +48,4 @@ Specifically:
4848Since 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.
Original file line number Diff line number Diff line change @@ -56,4 +56,4 @@ opportunity.
5656A client may be able to check if the operation succeeded using the [ ` LASTSAVE ` ] ({{< relref "/commands/lastsave" >}})
5757command.
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.
Original file line number Diff line number Diff line change @@ -70,8 +70,7 @@ above is to the latest development version.
7070
7171It 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
7675In 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
Original file line number Diff line number Diff 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
4242good 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.
You can’t perform that action at this time.
0 commit comments