如何打开redis文件位置

打开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 ./ //文件存放路径
声明:本站所有作品(图文、音视频)均由用户自行上传分享,或互联网相关知识整合,仅供网友学习交流,若您的权利被侵害,请联系 管理员 删除。
本文链接:http://news.ew35.com/
