mirror of
https://github.com/easychen/pushdeer.git
synced 2025-01-10 15:05:27 +08:00
推送默认启用redis作为队列实现
This commit is contained in:
parent
1fd0943f91
commit
4232570aba
BIN
docker/.DS_Store
vendored
BIN
docker/.DS_Store
vendored
Binary file not shown.
@ -46,7 +46,7 @@ log:
|
||||
hide_token: true
|
||||
|
||||
queue:
|
||||
engine: "local" # redis engine 没有实现
|
||||
engine: "redis" # redis engine 没有实现
|
||||
redis:
|
||||
cluster: false
|
||||
addr: "redis:6379" # if cluster is true, you may set this to "localhost:6379,localhost:6380,localhost:6381"
|
||||
|
@ -45,7 +45,7 @@ log:
|
||||
hide_token: true
|
||||
|
||||
queue:
|
||||
engine: "local" # support memory, redis, boltdb, buntdb or leveldb
|
||||
engine: "redis" # support memory, redis, boltdb, buntdb or leveldb
|
||||
redis:
|
||||
cluster: false
|
||||
addr: "redis:6379" # if cluster is true, you may set this to "localhost:6379,localhost:6380,localhost:6381"
|
||||
|
@ -51,7 +51,7 @@ log:
|
||||
hide_token: true
|
||||
|
||||
queue:
|
||||
engine: "local" # support memory, redis, boltdb, buntdb or leveldb
|
||||
engine: "redis" # support memory, redis, boltdb, buntdb or leveldb
|
||||
redis:
|
||||
cluster: false
|
||||
addr: "redis:6379" # if cluster is true, you may set this to "localhost:6379,localhost:6380,localhost:6381"
|
||||
|
@ -51,7 +51,7 @@ log:
|
||||
hide_token: true
|
||||
|
||||
queue:
|
||||
engine: "local" # support memory, redis, boltdb, buntdb or leveldb
|
||||
engine: "redis" # support memory, redis, boltdb, buntdb or leveldb
|
||||
redis:
|
||||
cluster: false
|
||||
addr: "redis:6379" # if cluster is true, you may set this to "localhost:6379,localhost:6380,localhost:6381"
|
||||
|
Loading…
Reference in New Issue
Block a user