Files
redis-docs/docs/BgsaveCommand.rst
Kenneth Reitz 748ec9f87d cleanups
2011-04-06 14:25:44 -04:00

14 lines
414 B
ReStructuredText

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