diff --git a/docker/.DS_Store b/docker/.DS_Store index 103c7a7..fe0b54a 100644 Binary files a/docker/.DS_Store and b/docker/.DS_Store differ 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"