Redis
宇宙有只 AGI
这个作者很懒,什么都没留下…
展开
-
Mac 通过 Homebrew 安装 Redis
一、快速命令brew install redis二、参考资料1、Brew install Redis on Mac · GitHub原创 2020-07-25 17:53:05 · 637 阅读 · 0 评论 -
Redis 解决 MISCONF Redis is configured to save RDB snapshots, but it is currently not a……
一、解决方案1、开启redis服务2、进入redis-cli3、输入如下代码(临时生效)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 · 2214 阅读 · 0 评论 -
Redis 可视化管理(AnotherRedisDesktopManager / Medis / redis-commander / RedisDesktopManager)
零、本机环境macOS:10.14.5redis:5.0.3一、AnotherRedisDesktopManager(免费)(推荐)1、资源链接GitHub:https://github.com/qishibo/AnotherRedisDesktopManager安装包:https://github.com/qishibo/AnotherRedisDesktopManager/rel...原创 2019-09-12 11:16:04 · 10718 阅读 · 0 评论 -
Redis 远程连接( redis.conf 配置 & auth 认证 & 重启 redis)
零、所用环境1、本地macOS 10.14.52、远程服务器Ubuntu 16.04一、修改redis.conf1、找到redis.conf$ sudo find / -name ‘redis.conf’2、修改redis.conf# bind 127.0.0.0bind 0.0.0.0二、重启redis服务$ redis-cli -h 127.0.0.1 -p ...原创 2019-09-12 14:35:53 · 857 阅读 · 0 评论