mirror of
https://github.com/swift-server/RediStack.git
synced 2026-06-02 07:37:33 +00:00
Fix incorrect default logger label in RedisConnection static factory method
This commit is contained in:
@@ -166,7 +166,7 @@ extension RedisConnection {
|
||||
to socket: SocketAddress,
|
||||
with password: String? = nil,
|
||||
on eventLoopGroup: EventLoopGroup,
|
||||
logger: Logger = Logger(label: "NIORedis.RedisClient")
|
||||
logger: Logger = Logger(label: "NIORedis.RedisConnection")
|
||||
) -> EventLoopFuture<RedisConnection> {
|
||||
let bootstrap = ClientBootstrap.makeRedisDefault(using: eventLoopGroup)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user