redis redis持久化

redis持久化文件在哪里

小新
1121
2021-02-16 16:56:05
栏目: 云计算
开发者专用服务器限时活动,0元免费领! 查看>>

redis持久化文件在哪里

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 ./ //文件存放路径

亿速云「云服务器」,即开即用、新一代英特尔至强铂金CPU、三副本存储NVMe SSD云盘,价格低至29元/月。点击查看>>

相关推荐:redis的持久化机制在哪里配置

0
看了该问题的人还看了