推送默认启用redis作为队列实现

This commit is contained in:
Easy 2022-02-08 14:13:41 +08:00
parent 1fd0943f91
commit 4232570aba
5 changed files with 4 additions and 4 deletions

BIN
docker/.DS_Store vendored

Binary file not shown.

View File

@ -46,7 +46,7 @@ log:
hide_token: true hide_token: true
queue: queue:
engine: "local" # redis engine 没有实现 engine: "redis" # redis engine 没有实现
redis: redis:
cluster: false cluster: false
addr: "redis:6379" # if cluster is true, you may set this to "localhost:6379,localhost:6380,localhost:6381" addr: "redis:6379" # if cluster is true, you may set this to "localhost:6379,localhost:6380,localhost:6381"

View File

@ -45,7 +45,7 @@ log:
hide_token: true hide_token: true
queue: queue:
engine: "local" # support memory, redis, boltdb, buntdb or leveldb engine: "redis" # support memory, redis, boltdb, buntdb or leveldb
redis: redis:
cluster: false cluster: false
addr: "redis:6379" # if cluster is true, you may set this to "localhost:6379,localhost:6380,localhost:6381" addr: "redis:6379" # if cluster is true, you may set this to "localhost:6379,localhost:6380,localhost:6381"

View File

@ -51,7 +51,7 @@ log:
hide_token: true hide_token: true
queue: queue:
engine: "local" # support memory, redis, boltdb, buntdb or leveldb engine: "redis" # support memory, redis, boltdb, buntdb or leveldb
redis: redis:
cluster: false cluster: false
addr: "redis:6379" # if cluster is true, you may set this to "localhost:6379,localhost:6380,localhost:6381" addr: "redis:6379" # if cluster is true, you may set this to "localhost:6379,localhost:6380,localhost:6381"

View File

@ -51,7 +51,7 @@ log:
hide_token: true hide_token: true
queue: queue:
engine: "local" # support memory, redis, boltdb, buntdb or leveldb engine: "redis" # support memory, redis, boltdb, buntdb or leveldb
redis: redis:
cluster: false cluster: false
addr: "redis:6379" # if cluster is true, you may set this to "localhost:6379,localhost:6380,localhost:6381" addr: "redis:6379" # if cluster is true, you may set this to "localhost:6379,localhost:6380,localhost:6381"