Files
redis-docs/docs/BgsaveCommand.rst
T
Kenneth Reitz 525e9fd3d3 all into sphinx
2011-04-06 13:27:48 -04:00

22 lines
646 B
ReStructuredText
Raw Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
`|Redis Documentation| <index.html>`_
**BgsaveCommand: Contents**
  `BGSAVE <#BGSAVE>`_
    `Return value <#Return%20value>`_
BgsaveCommand
=============
#sidebar `ControlCommandsSidebar <ControlCommandsSidebar.html>`_
BGSAVE
======
Save the DB in background. The OK code is immediately
returned.Redis forks, the parent continues to server the clients,
the childsaves the DB on disk then exit. A client my be able to
check if theoperation succeeded using the
`LASTSAVE <LastsaveCommand.html>`_ command.
Return value
------------
`Status code reply <ReplyTypes.html>`_
.. |Redis Documentation| image:: redis.png