mirror of
https://github.com/kennethreitz-archive/redis-docs.git
synced 2026-06-05 23:40:18 +00:00
14 lines
414 B
ReStructuredText
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 |