多应用+插件架构,代码干净,二开方便,首家独创一键云编译技术,文档视频完善,免费商用码云13.8K 广告
## bgrewriteaof ##### *Description* Starts the background rewrite of AOF (Append-Only File) 使用aof来进行数据库持久化。 ##### *Parameters* None. ##### *Return value* *BOOL*: `<span class="calibre12">TRUE</span>` in case of success, `<span class="calibre12">FALSE</span>` in case of failure. ##### *Example* ``` <pre class="calibre16">$redis->bgrewriteaof(); ``` ##