記錄一次boot不能連線redis問題

2021-10-13 05:36:22 字數 1074 閱讀 4781

兩個專案a\b,a作為jar包被b使用,在a中引入

org.springframework.boot

spring-boot-starter-data-redis

org.apache.commons

commons-pool2

#redis

spring.redis.host=192.168.0.101

spring.redis.port=6379

spring.redis.timeout=2000

spring.redis.lettuce.pool.max-active=8

spring.redis.lettuce.pool.max-idle=8

spring.redis.lettuce.pool.max-wait=100000

spring.redis.password=111111

unable to connect to redis; nested exception is org.springframework.data.redis.connection.poolexception: could not get a resource from the pool; nested exception is io.lettuce.core.redisconnectionexception: unable to connect to 192.168.0.101:6379
另外如果使用ip不能連線,使用localhost可以連線,如下操作

1.開啟redis.windows.config檔案(linux對應redis.conf檔案),將network下bind 127.0.0.1注釋掉,將protected-mode yes改為protected-mode no;

2.同理修改redis.windows.server.config檔案中相應內容;

記錄一次sshl連線使用的命令

systemctl is enabled firewalld檢視防火牆狀態 systemctl disable firewalld.service設定防火牆禁止自動啟動 systemctl enable firewalld.service防火牆開啟自動啟動 systemctl status fire...

記錄一次php連線mssql的配置

在現有php環境中,php連線mssql資料庫失敗,tsql 連線正常。確認問題在php環境上。網上有個同仁總結的很好,參考後解決該問題。總結 對現有php環境不熟悉,很重要的乙個地方是 freetds 沒有開啟支援mssdblib。wget tar zxvf freetds patched.tar...

記錄一次面試

怎麼觀察系統中 記憶體 行為 a.通過 proc zoneinfo 檔案,可以看到 free high low min pages 關係 free high 時候 一般不開啟 kswapd 執行緒 high free low 時,開啟 kswapd 執行緒 low free min時,alloc p...