
Redis
宇宙有只 AGI
这个作者很懒,什么都没留下…
展开
-
Mac 通过 Homebrew 安装 Redis
一、快速命令 brew install redis 二、参考资料 1、Brew install Redis on Mac · GitHub原创 2020-07-25 17:53:05 · 656 阅读 · 0 评论 -
Redis 解决 MISCONF Redis is configured to save RDB snapshots, but it is currently not a……
一、解决方案 1、开启redis服务 2、进入redis-cli 3、输入如下代码(临时生效) config set stop-writes-on-bgsave-error no 二、注意事项 1、如果redis服务重启(或是服务器重启)再出现该问题,仍需重新设置 三、参考资料 1、Redis 解决MISCONF Redis is configured to save RDB snapshots, but is currently not able to ...原创 2020-07-05 12:44:29 · 2229 阅读 · 0 评论 -
Redis 可视化管理(AnotherRedisDesktopManager / Medis / redis-commander / RedisDesktopManager)
零、本机环境 macOS:10.14.5 redis:5.0.3 一、AnotherRedisDesktopManager(免费)(推荐) 1、资源链接 GitHub:https://github.com/qishibo/AnotherRedisDesktopManager 安装包:https://github.com/qishibo/AnotherRedisDesktopManager/rel...原创 2019-09-12 11:16:04 · 10819 阅读 · 0 评论 -
Redis 远程连接( redis.conf 配置 & auth 认证 & 重启 redis)
零、所用环境 1、本地 macOS 10.14.5 2、远程服务器 Ubuntu 16.04 一、修改redis.conf 1、找到redis.conf $ sudo find / -name ‘redis.conf’ 2、修改redis.conf # bind 127.0.0.0 bind 0.0.0.0 二、重启redis服务 $ redis-cli -h 127.0.0.1 -p ...原创 2019-09-12 14:35:53 · 894 阅读 · 0 评论