Skip to content

Commit ae9f06b

Browse files
authored
Move ConnectionPool files into the ConnectionPool folder (#76)
Let's move files that are connected to ConnectionPool into the ConnectionPool folder. Also rename `ConnectionPoolErrors.swift` to `RedisConnectionPoolError.swift` to match the type that is defined within.
1 parent 9225dc3 commit ae9f06b

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

Sources/RediStack/ConnectionPool/ConnectionPoolErrors.swift Sources/RediStack/ConnectionPool/RedisConnectionPoolError.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
//
33
// This source file is part of the RediStack open source project
44
//
5-
// Copyright (c) 2020 RediStack project authors
5+
// Copyright (c) 2020-2023 RediStack project authors
66
// Licensed under Apache License v2.0
77
//
88
// See LICENSE.txt for license information

0 commit comments

Comments
 (0)