gorush的redis有多次推送的bug,改用local

This commit is contained in:
Easy 2022-02-11 23:40:00 +08:00
parent 328704491a
commit ed7d256527
4 changed files with 4 additions and 4 deletions

View File

@ -46,7 +46,7 @@ log:
hide_token: true hide_token: true
queue: queue:
engine: "redis" # redis engine 没有实现 engine: "local" # 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: "redis" # support memory, redis, boltdb, buntdb or leveldb engine: "local" # 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: "redis" # support memory, redis, boltdb, buntdb or leveldb engine: "local" # 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

@ -59,7 +59,7 @@ queue:
db: 0 db: 0
stat: stat:
engine: "redis" # support memory, redis, boltdb, buntdb or leveldb engine: "local" # 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"