File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -54,7 +54,6 @@ extension RESPTranslator {
54
54
55
55
/// Attempts to parse the `ByteBuffer`, starting at the specified position,
56
56
/// following the RESP specification.
57
- /// - Important: As this par
58
57
///
59
58
/// See [https://redis.io/topics/protocol](https://redis.io/topics/protocol)
60
59
/// - Parameters:
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ extension Redis {
27
27
/// Makes a new `ClientBootstrap` instance with a default Redis `Channel` pipeline
28
28
/// for sending and receiving messages in Redis Serialization Protocol (RESP) format.
29
29
///
30
- /// See `RESPEncoder `, `RESPDecoder `, and `CommandHandler `.
30
+ /// See `RedisMessageEncoder `, `RedisByteDecoder `, and `RedisCommandHandler `.
31
31
/// - Parameter using: The `EventLoopGroup` to build the `ClientBootstrap` on.
32
32
/// - Returns: A `ClientBootstrap` with the default configuration of a `Channel` pipeline for RESP messages.
33
33
public static func makeDefaultClientBootstrap( using group: EventLoopGroup ) -> ClientBootstrap {
You can’t perform that action at this time.
0 commit comments