Linux 拨号vps windows公众号手机端

redis文件默认保存在哪里

lewis 7年前 (2018-11-28) 阅读数 11 #VPS/云服务器
文章标签 redis

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 ./ //文件存放路径

版权声明

本文仅代表作者观点,不代表米安网络立场。

发表评论:

◎欢迎参与讨论,请在这里发表您的看法、交流您的观点。

热门