Skip to content

Commit 1e160b0

Browse files
committed
Make RedisDriver.eventLoopGroup public
1 parent d8cd550 commit 1e160b0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Sources/NIORedis/RedisDriver.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,9 @@ public final class RedisDriver {
1111
case external(EventLoopGroup)
1212
}
1313

14+
public let eventLoopGroup: EventLoopGroup
15+
1416
private let ownershipModel: ThreadOwnershipModel
15-
private let eventLoopGroup: EventLoopGroup
1617

1718
/// Is the driver available for operations?
1819
public var isRunning: Bool { return _isRunning.load() }

0 commit comments

Comments
 (0)