Instance Method
withBorrowedConnection(_:)
Provides temporary exclusive access to a single Redis client.
func withBorrowedConnection<Result>(_ operation: @escaping (any RedisClient) -> EventLoopFuture<Result>) -> EventLoopFuture<Result>
Discussion
See RedisConnectionPool.leaseConnection(_:) for more details.