Skip to content

Commit

Permalink
Merge pull request #147 from antoniojrod/patch-1
Browse files Browse the repository at this point in the history
Update commands/save.md
  • Loading branch information
pietern committed Aug 1, 2012
2 parents 05ef822 + 7731a69 commit a572f0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commands/save.md
Expand Up @@ -2,7 +2,7 @@ The `SAVE` commands performs a **synchronous** save of the dataset producing a
_point in time_ snapshot of all the data inside the Redis instance, in the form
of an RDB file.

You almost never what to call `SAVE` in production environments where it will
You almost never want to call `SAVE` in production environments where it will
block all the other clients.
Instead usually `BGSAVE` is used.
However in case of issues preventing Redis to create the background saving child
Expand Down

0 comments on commit a572f0b

Please sign in to comment.