前往小程序,Get更优阅读体验!
立即前往
发布
社区首页 >专栏 >如何打开redis文件位置

如何打开redis文件位置

原创
作者头像
用户4988085
修改2021-09-18 17:45:03
修改2021-09-18 17:45:03
2K00
代码可运行
举报
文章被收录于专栏:建站知识建站知识
运行总次数:0
代码可运行

打开redis文件位置的方法:

可通过配置文件“redis.conf”查看文件路径,再通过文件路径打开redis文件位置。

查看文件路径:

代码语言:javascript
代码运行次数:0
复制
# The filename wherre to dump the DBdbfilename 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 ./ //文件存放路径

原创声明:本文系作者授权腾讯云开发者社区发表,未经许可,不得转载。

如有侵权,请联系 cloudcommunity@tencent.com 删除。

原创声明:本文系作者授权腾讯云开发者社区发表,未经许可,不得转载。

如有侵权,请联系 cloudcommunity@tencent.com 删除。

评论
登录后参与评论
0 条评论
热度
最新
推荐阅读
领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档