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 59446fa commit bea0947Copy full SHA for bea0947
Sources/Valkey/Connection/ValkeyChannelHandler.swift
@@ -48,8 +48,6 @@ enum ValkeyRequest: Sendable {
48
49
@usableFromInline
50
final class ValkeyChannelHandler: ChannelInboundHandler {
51
- @usableFromInline
52
- typealias OutboundIn = ValkeyRequest
53
54
typealias OutboundOut = ByteBuffer
55
0 commit comments