Skip to content

Commit b452702

Browse files
authored
make Redis Sendable (#217)
1 parent 383ed57 commit b452702

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/Redis/Application+Redis.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import NIOCore
44
import Logging
55

66
extension Application {
7-
public struct Redis {
7+
public struct Redis: Sendable {
88
public let id: RedisID
99

1010
@usableFromInline

0 commit comments

Comments
 (0)