網站首頁 編程語言 正文
方法1.查看redis.conf文件
進入redis文件下輸入
vim redis.conf
查看文件狀態下,快速查詢關鍵字
/bind
方法2.redis啟動狀態下結束進程查看
[root@localhost redis-5.0.0]# ps -aux|grep redis
root 3525 0.2 0.7 153980 7964 ? Ssl 14:19 0:26 src/redis-server 127.0.0.1:6379
root 3984 0.0 0.0 112808 976 pts/0 R+ 17:55 0:00 grep --color=auto redis
[root@localhost redis-5.0.0]# kill -9 3525
[root@localhost redis-5.0.0]# src/redis-server ./redis.conf
3985:C 21 Sep 2022 17:55:44.727 # oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo
3985:C 21 Sep 2022 17:55:44.727 # Redis version=5.0.0, bits=64, commit=00000000, modified=0, pid=3985, just started
3985:C 21 Sep 2022 17:55:44.727 # Configuration loaded
[root@localhost redis-5.0.0]#
原文鏈接:https://blog.csdn.net/weixin_45428910/article/details/126984253
相關推薦
- 2022-09-08 Python中ImportError錯誤的詳細解決方法_python
- 2022-11-04 React組件化學習入門教程講解_React
- 2022-07-06 Python?dataframe如何設置index_python
- 2022-07-13 Docker的數據管理
- 2023-01-18 Android事件與手勢操作詳解_Android
- 2022-09-06 jquery點擊實現升序降序圖標切換_jquery
- 2022-07-12 Android廣播和消息跨進程通信并返回數據
- 2022-08-31 Postgresql數據庫character?varying和character的區別說明_Post
- 最近更新
-
- window11 系統安裝 yarn
- 超詳細win安裝深度學習環境2025年最新版(
- Linux 中運行的top命令 怎么退出?
- MySQL 中decimal 的用法? 存儲小
- get 、set 、toString 方法的使
- @Resource和 @Autowired注解
- Java基礎操作-- 運算符,流程控制 Flo
- 1. Int 和Integer 的區別,Jav
- spring @retryable不生效的一種
- Spring Security之認證信息的處理
- Spring Security之認證過濾器
- Spring Security概述快速入門
- Spring Security之配置體系
- 【SpringBoot】SpringCache
- Spring Security之基于方法配置權
- redisson分布式鎖中waittime的設
- maven:解決release錯誤:Artif
- restTemplate使用總結
- Spring Security之安全異常處理
- MybatisPlus優雅實現加密?
- Spring ioc容器與Bean的生命周期。
- 【探索SpringCloud】服務發現-Nac
- Spring Security之基于HttpR
- Redis 底層數據結構-簡單動態字符串(SD
- arthas操作spring被代理目標對象命令
- Spring中的單例模式應用詳解
- 聊聊消息隊列,發送消息的4種方式
- bootspring第三方資源配置管理
- GIT同步修改后的遠程分支