Skip to content

Commit

Permalink
Merge branch 'master' of github.com:/antirez/redis-doc
Browse files Browse the repository at this point in the history
  • Loading branch information
antirez committed Apr 12, 2012
2 parents bd1428d + 8920492 commit 5123ab8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions topics/persistence.md
Expand Up @@ -55,7 +55,7 @@ There are many users using AOF alone, but we discourage it since to have an
RDB snapshot from time to time is a great idea for doing database backups,
for faster restarts, and in the event of bugs in the AOF engine.

Note: for all this reasons we'll likely end unifying AOF and RDB into a single persistence model in the future (long term plan).4
Note: for all this reasons we'll likely end unifying AOF and RDB into a single persistence model in the future (long term plan).

The following sections will illustrate a few more details about the two persistence models.

Expand Down Expand Up @@ -158,7 +158,7 @@ this problem using the following procedure:
Redis:

$ redis-check-aof --fix <filename>

* Optionally use `diff -u` to check what is the difference between two
files.

Expand Down

0 comments on commit 5123ab8

Please sign in to comment.