Redis
Redis
GC-757
print("hello world")
展开
-
Redis设置密码
两种方式修改Redis密码 1.通过修改配置文件(永久性的): 找到redis.conf文件 vim /etc/redis.conf 通过" : /#requirepass foobared"定位到一行 #requirepass foobared 去掉注释,将foobared修改为自己的密码保存即可。 注意:要重启redis服务 ./redis-server /etc/redis.conf ....原创 2019-12-03 19:18:42 · 4279 阅读 · 0 评论 -
解决错误:MISCONF Redis is configured to save RDB snapshots, but is currently not able to persist on disk
redis问题:MISCONF Redis is configured to save RDB snapshots, but is currently not able to persist on disk. Commands that may modify the data set are disabled. Please check Redis logs for details about t...原创 2019-08-26 14:39:43 · 15182 阅读 · 0 评论
分享