2024-09-10
厉飞雨
阅读(536)
评论(0)
赞(17 )
(error) MISCONF Redis is configured to save RDB snapshots, but it is currently not able to persist on disk. Commands that may modify the data set are disabled, because this instance is confi...
2024-09-10
厉飞雨
阅读(504)
评论(0)
赞(22 )
<p>redis设置开机自启详细</p>
<p>https://blog.csdn.net/qq_54796785/article/details/128757969</p>
<p>1.新建一个系统服务文件:</p>
<pre><code>vi /etc/systemd/system...
2024-09-10
厉飞雨
阅读(389)
评论(0)
赞(20 )
会话保持 安装 ( Redis)
1. 配置 nginx
2.安装 phpadmin
3 . 配置php.ini
4. 安装redis
5.配置 redis

评论(0)
赞(16 )
<p>使用deployment部署redis案例:</p>
<p>1.导入镜像</p>
<pre><code>wget http://192.168.11.253/Kubernetes/day06-/images/redis-6.0.5.tar.gz
docker tag redis:6.0.5 harbo...
2024-09-10
厉飞雨
阅读(450)
评论(0)
赞(21 )
<p><strong>1-下载redis</strong></p>
<pre><code>wget http://download.redis.io/releases/redis-3.2.12.tar.gz
</code></pre>
<p>6.6的版本在最后</p...
2024-09-10
厉飞雨
阅读(331)
评论(0)
赞(20 )
11阿里云ECS 添加 redis缓存服务器


评论(0)
赞(18 )
Redis Desktop Manager
推荐使用的桌面管理工具:
Redis Desktop Manager
百度网盘:https://pan.baidu.com/s/15xVRpCT8mkP2uT8PoBHT3g 提取码:v727
需要配置reids
Linux: /etc/[redis](https://51tbox.com/ "View all ...
2024-09-10
厉飞雨
阅读(485)
评论(0)
赞(20 )
[redis配置文件详解 - wiselee/ - 博客园 (cnblogs.com)](https://www.cnblogs.com/wiseleer/p/16905980.html)

评论(0)
赞(19 )
你好,我是猿java。
Redis作为nosql的典型代表,在当下互联网行业绝对是不可或缺的缓存神奇。作为刚入门的小伙伴,肯定想自己安装一台Redis服务器开启自己的Redis学习之路,今天我们就把Redis各种安装方式全部整理成文档,希望帮助到你。
Redis的安装方法 {#Redis的安装方法}
------------------------
Redis主要有4种安...
2024-09-10
厉飞雨
阅读(551)
评论(0)
赞(18 )
<p>你好,我是<strong>猿java</strong>。</p>
<p>Redis 和 Lua,两个看似风流马不相及的技术点,为何能产生"爱"的火花,成为工作开发中的黄金搭档?技术面试中更是高频出现,Redis 执行 Lua 到底能不能保证原子性?今天就来聊一聊。</p&...