如何打开redis文件位置 redis配置文件位置

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

文章摘要:如何打开redis文件位置 redis配置文件位置

打开redis文件位置的方法: 可通过配置文件“redis.conf”查看文件路径,再通过文件路径打开redi […]

打开redis文件位置的方法:

可通过配置文件“redis.conf”查看文件路径,再通过文件路径打开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/17106.html
转载请注明出处

喜欢 (0)