redis持久化文件在哪里 redis 持久化文件查看

主机教程 建站分享 2年前 (2022-10-09) 200次浏览

文章摘要:redis持久化文件在哪里 redis 持久化文件查看

redis持久化文件在配置文件中可查看路径。 例如: # The filename wherre to dum […]

redis持久化文件在配置文件中可查看路径。

例如:

# 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/14445.html
转载请注明出处

喜欢 (0)