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.
1 parent 5979274 commit c4f5495Copy full SHA for c4f5495
Sources/Valkey/Connection/ValkeyChannelHandler.swift
@@ -23,9 +23,7 @@ enum ValkeyRequest: Sendable {
23
}
24
25
@usableFromInline
26
-final class ValkeyChannelHandler: ChannelDuplexHandler {
27
- @usableFromInline
28
- typealias OutboundIn = ValkeyRequest
+final class ValkeyChannelHandler: ChannelInboundHandler {
29
30
typealias OutboundOut = ByteBuffer
31
0 commit comments