From 4232570ababfd4074ef29a24befa1b93bf652431 Mon Sep 17 00:00:00 2001 From: Easy Date: Tue, 8 Feb 2022 14:13:41 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8E=A8=E9=80=81=E9=BB=98=E8=AE=A4=E5=90=AF?= =?UTF-8?q?=E7=94=A8redis=E4=BD=9C=E4=B8=BA=E9=98=9F=E5=88=97=E5=AE=9E?= =?UTF-8?q?=E7=8E=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker/.DS_Store | Bin 6148 -> 6148 bytes push/clip.yml | 2 +- push/clip.yml.sample | 2 +- push/ios.yml | 2 +- push/ios.yml.smaple | 2 +- 5 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docker/.DS_Store b/docker/.DS_Store index 103c7a7d6f1a824bba3039d0b1b6f54fadafddae..fe0b54a8c19e21af1069dc0670ffb3e91060929b 100644 GIT binary patch delta 21 ccmZoMXffEZl!?R4*ic8o$kc4}TBdMO07tt982|tP delta 21 ccmZoMXffEZl!?RK&`d|c$jD&xTBdMO07tF{6aWAK diff --git a/push/clip.yml b/push/clip.yml index 21ba431..c4c235f 100755 --- a/push/clip.yml +++ b/push/clip.yml @@ -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" diff --git a/push/clip.yml.sample b/push/clip.yml.sample index 889b581..a751d32 100755 --- a/push/clip.yml.sample +++ b/push/clip.yml.sample @@ -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" diff --git a/push/ios.yml b/push/ios.yml index b787191..dfe6583 100755 --- a/push/ios.yml +++ b/push/ios.yml @@ -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" diff --git a/push/ios.yml.smaple b/push/ios.yml.smaple index ed368a9..ca371ac 100755 --- a/push/ios.yml.smaple +++ b/push/ios.yml.smaple @@ -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"