修改本页
Redis

BGSAVE

Save the DB in background. The OK code is immediately returned. Redis forks, the parent continues to serve the clients, the child saves the DB on disk then exits. A client my be able to check if the operation succeeded using the LASTSAVE command.

Please refer to the persistence documentation for detailed information.

返回值

Simple string reply

Comments powered by Disqus