当前位置:网站首页>卸载redis
卸载redis
2022-08-02 05:07:00 【OMUQUK】
停止redis对应实例的服务
删除redis安装文件,此处目录为 rm -rf /usr/local/redis
删除redis服务脚本,以6379实例为例,rm -rf /etc/init.d/redis_6379
删除redis配置文件,以6379实例为例,rm -rf /etc/redis/6379.conf
删除/etc/profile中的REDIS_HOME
rm -rf /opt/redis
边栏推荐
猜你喜欢
随机推荐
对node工程进行压力测试与性能分析
Navicat报错:1045-Access denied for user [email protected](using passwordYES)
测试环境要多少?从成本与效率说起
[PSQL] window function, GROUPING operator
12个MySQL慢查询的原因分析
CPU使用率和负载区别及分析
MySQL导入sql文件的三种方法
说好的女程序员做测试有优势?面试十几家,被面试官虐哭~~
[PSQL] 函数、谓词、CASE表达式、集合运算
Navicat new database
Introduction to Grid Layout
MySQL 灵魂 16 问,你能撑到第几问?
What do interview test engineers usually ask?The test supervisor tells you
Go语言之interface详解
区块元素、内联元素(<div>元素、span元素)
2021年软件测试面试题大全
51单片机外设篇:DS18B20
高防服务器防御的原理是什么
PSQL function, predicate, CASE expression and set operations
Detailed installation and configuration of golang environment






![[PSQL] 窗口函数、GROUPING运算符](/img/95/5c9dc06539330db907d22f84544370.png)


