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.
RedisConnectionPool
1 parent 43ea6af commit 99cd4a4Copy full SHA for 99cd4a4
Sources/RediStack/ConnectionPool/RedisConnectionPool.swift
@@ -26,7 +26,7 @@ import Logging
26
/// Note that `RedisConnectionPool` is entirely thread-safe, even though all of its connections belong to a
27
/// single `EventLoop`: if callers call the API from a different `EventLoop` (or from no `EventLoop` at all)
28
/// `RedisConnectionPool` will ensure that the call is dispatched to the correct loop.
29
-public class RedisConnectionPool {
+public final class RedisConnectionPool {
30
/// A unique identifer to represent this connection.
31
public let id = UUID()
32
/// The count of connections that are active and available for use.
0 commit comments