We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa3d12c commit 19f4b1fCopy full SHA for 19f4b1f
Sources/App/configure.swift
@@ -78,13 +78,6 @@ public func configure(_ app: Application) async throws -> String {
78
sqlLogLevel: .debug),
79
as: .psql)
80
81
- // Setup Redis connection
82
- do {
83
- app.redis.configuration = try RedisConfiguration(hostname: "redis")
84
- } catch {
85
- app.logger.warning("Failed to configure Redis, caching disabled. Error: \(error)")
86
- }
87
-
88
do { // Migration 001 - schema 1.0
89
app.migrations.add(CreatePackage())
90
app.migrations.add(CreateRepository())
0 commit comments