From ed7d2565273ae7057bf28baa6ec8ef1bc31b7211 Mon Sep 17 00:00:00 2001 From: Easy Date: Fri, 11 Feb 2022 23:40:00 +0800 Subject: [PATCH] =?UTF-8?q?gorush=E7=9A=84redis=E6=9C=89=E5=A4=9A=E6=AC=A1?= =?UTF-8?q?=E6=8E=A8=E9=80=81=E7=9A=84bug=EF=BC=8C=E6=94=B9=E7=94=A8local?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- push/clip.yml | 2 +- push/clip.yml.sample | 2 +- push/ios.yml | 2 +- push/ios.yml.smaple | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/push/clip.yml b/push/clip.yml index c4c235f..21ba431 100755 --- a/push/clip.yml +++ b/push/clip.yml @@ -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" diff --git a/push/clip.yml.sample b/push/clip.yml.sample index a751d32..889b581 100755 --- a/push/clip.yml.sample +++ b/push/clip.yml.sample @@ -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" diff --git a/push/ios.yml b/push/ios.yml index c1dfd91..e42ba86 100755 --- a/push/ios.yml +++ b/push/ios.yml @@ -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" diff --git a/push/ios.yml.smaple b/push/ios.yml.smaple index ca371ac..0f20ada 100755 --- a/push/ios.yml.smaple +++ b/push/ios.yml.smaple @@ -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"