Fix typos in aof.c / redis.conf (#10057)
This commit is contained in:
parent
d1b5b63872
commit
9538088751
@ -1333,12 +1333,12 @@ appendonly no
|
|||||||
# The base name of the append only file.
|
# The base name of the append only file.
|
||||||
#
|
#
|
||||||
# Redis 7 and newer use a set of append-only files to persist the dataset
|
# Redis 7 and newer use a set of append-only files to persist the dataset
|
||||||
# and changes appleid to it. There are two basic types of files in use:
|
# and changes applied to it. There are two basic types of files in use:
|
||||||
#
|
#
|
||||||
# - Base files, which are a snapshot representing the complete state of the
|
# - Base files, which are a snapshot representing the complete state of the
|
||||||
# dataset at the time the file was created. Base files can be either in
|
# dataset at the time the file was created. Base files can be either in
|
||||||
# the form of RDB (binary serialized) or AOF (textual commands).
|
# the form of RDB (binary serialized) or AOF (textual commands).
|
||||||
# - Incremenetal files, which contain additional commands that were applied
|
# - Incremental files, which contain additional commands that were applied
|
||||||
# to the dataset following the previous file.
|
# to the dataset following the previous file.
|
||||||
#
|
#
|
||||||
# In addition, manifest files are used to track the files and the order in
|
# In addition, manifest files are used to track the files and the order in
|
||||||
|
@ -702,7 +702,7 @@ int aofFileExist(char *filename) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* Called in `rewriteAppendOnlyFileBackground`. If `server.aof_state`
|
/* Called in `rewriteAppendOnlyFileBackground`. If `server.aof_state`
|
||||||
* is 'AOF_ON' or ‘AOF_WAIT_REWRITE', It will do two things:
|
* is 'AOF_ON' or 'AOF_WAIT_REWRITE', It will do two things:
|
||||||
* 1. Open a new INCR type AOF for writing
|
* 1. Open a new INCR type AOF for writing
|
||||||
* 2. Synchronously update the manifest file to the disk
|
* 2. Synchronously update the manifest file to the disk
|
||||||
*
|
*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user