redis文件默认保存在哪里 redis存储在哪

主机教程 建站分享 2年前 (2022-12-14) 222次浏览

文章摘要:redis文件默认保存在哪里 redis存储在哪

redis文件默认保存在dump.rdb文件中,可通过配置文件查看dump.rdb,例如: # The fil […]

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文件默认保存在哪里 redis存储在哪
文章链接:http://www.7966.org/post/16675.html
转载请注明出处

喜欢 (0)