spring data redis(簡稱sdr) 是spring 操作redis 的乙個框架, 可以使用jedis 驅動或lettuce 驅動, sdr 2.x 系列預設使用lettuce 驅動. springboot 整合spring data redis 方式比較簡單, 需要注意的是,redis 有三種集群: 單例項, 高可用集群, 分片集群。 sdr 對於不同的方式配置略有不同.
>
>
org.springframework.bootgroupid
>
>
spring-boot-starter-data-redisartifactid
>
dependency
>
>
>
org.apache.commonsgroupid
>
>
commons-pool2artifactid
>
>
2.4.2version
>
dependency
>
>
>
com.fasterxml.jackson.coregroupid
>
>
jackson-coreartifactid
>
>
2.9.2version
>
dependency
>
>
>
com.fasterxml.jackson.coregroupid
>
>
jackson-databindartifactid
>
>
2.9.2version
>
dependency
>
spring
:redis
:host
: 127.0.0.1
port
:6379
database:0
password
:123456
lettuce
:pool
:max-active:10
max-idle:5
min-idle:5
max-wait
: 30000ms
需要注意的時 sentinel.master 為sentinel中配置的名稱,這個名稱不能錯.
spring
:redis
:database:0
password
:123456
lettuce
:pool
:max-active:10
max-idle:5
min-idle:5
max-wait
: 30000ms
sentinel
:master
: redis.localhost
nodes
:- 127.0.0.1:
26481
- 127.0.0.1:
26482
- 127.0.0.1:
26483
spring
:redis
:database:0
password
:123456
lettuce
:pool
:max-active:10
max-idle:5
min-idle:5
max-wait
: 30000ms
cluster
:nodes
:- 127.0.0.1:
7481
- 127.0.0.1:
7482
- 127.0.0.1:
7483
- 127.0.0.1:
7484
- 127.0.0.1:
7485
- 127.0.0.1:
7486
- 127.0.0.1:
7487
- 127.0.0.1:
7488
- 127.0.0.1:
7489
@runwith
(springrunner.
class
)@springboottest
public
class
teststringtmp
}
02 搭建環境 二
接著上一文章 安裝webpack dev server html webpack plugin webpack dev server html webpack plugin 安裝成功後在根目錄下建立index.html檔案 前端設計模式 修改webpack.dev.config.js檔案 新增con...
02 Django環境搭建
因為是初學django我選擇的版本是django 1.11.x 支援 python 2.7,3.4,3.5 和 3.6,17年4月4號 已經發布 長期支援版本 lts 更詳細的可以參考這裡 以win為例,利用pip安裝django pip install django import django d...
02 測試環境的搭建
1.windows下環境搭建 1 安裝python 訪問python 官方 我已經安裝了python2.7,不再重複安裝。2 安裝steuptools與pip 已經配置過了,不再重複安裝。3 安裝selenium 通過pip進行安裝。安裝命令 pip install selenium 公升級命令 p...