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.
RedisConnection
1 parent 864c4bc commit 76ceb63Copy full SHA for 76ceb63
Sources/NIORedis/RedisClient.swift
@@ -166,7 +166,7 @@ extension RedisConnection {
166
to socket: SocketAddress,
167
with password: String? = nil,
168
on eventLoopGroup: EventLoopGroup,
169
- logger: Logger = Logger(label: "NIORedis.RedisClient")
+ logger: Logger = Logger(label: "NIORedis.RedisConnection")
170
) -> EventLoopFuture<RedisConnection> {
171
let bootstrap = ClientBootstrap.makeRedisDefault(using: eventLoopGroup)
172
0 commit comments