• ADADADADAD

    redis文件默认保存在哪里[ 建站问答 ]

    建站问答 时间:2024-12-01 19:15:58

    作者:文/会员上传

    简介:

    redis文件默认保存在dump.rdb文件中,可通过配置文件查看dump.rdb,例如:# The filename wherre to dump the DBdbfilename dump.rdb //文件名# The working directory.## The DB

    以下为本文的正文内容,内容仅供参考!本站为公益性网站,复制本文以及下载DOC文档全部免费。

    redis文件默认保存在dump.rdb文件中,可通过配置文件查看dump.rdb,例如:

    # The filename wherre to dump the DB

    dbfilename dump.rdb //文件名

    # The working directory.

    #

    # The DB will be written inside this directory,with the filename specified

    # above using the 'dbfilename' configuration directive.

    #

    # The Append Only File will also be created inside this directory.

    #

    # Note that you must specify a directory here, not a filename.

    dir ./ //文件存放路径

    redis文件默认保存在哪里.docx

    将本文的Word文档下载到电脑

    推荐度:

    下载
    热门标签: redis