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.
2 parents cc47773 + 1281724 commit f98b53eCopy full SHA for f98b53e
Sources/RedisNIO/ChannelHandlers/RedisCommandHandler.swift
@@ -30,7 +30,7 @@ public struct RedisCommandContext {
30
}
31
32
/// A `ChannelDuplexHandler` that works with `RedisCommandContext`s to send commands and forward responses.
33
-open class RedisCommandHandler {
+public final class RedisCommandHandler {
34
/// Queue of promises waiting to receive a response value from a sent command.
35
private var commandResponseQueue: CircularBuffer<EventLoopPromise<RESPValue>>
36
private var logger: Logger
0 commit comments