mirror of
https://github.com/easychen/pushdeer.git
synced 2024-12-05 08:29:22 +08:00
gorush的redis有多次推送的bug,改用local
This commit is contained in:
parent
328704491a
commit
ed7d256527
@ -46,7 +46,7 @@ log:
|
||||
hide_token: true
|
||||
|
||||
queue:
|
||||
engine: "redis" # redis engine 没有实现
|
||||
engine: "local" # 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: "redis" # support memory, redis, boltdb, buntdb or leveldb
|
||||
engine: "local" # 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: "redis" # support memory, redis, boltdb, buntdb or leveldb
|
||||
engine: "local" # 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"
|
||||
|
@ -59,7 +59,7 @@ queue:
|
||||
db: 0
|
||||
|
||||
stat:
|
||||
engine: "redis" # support memory, redis, boltdb, buntdb or leveldb
|
||||
engine: "local" # 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