We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 383ed57 commit b452702Copy full SHA for b452702
Sources/Redis/Application+Redis.swift
@@ -4,7 +4,7 @@ import NIOCore
4
import Logging
5
6
extension Application {
7
- public struct Redis {
+ public struct Redis: Sendable {
8
public let id: RedisID
9
10
@usableFromInline
0 commit comments