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 {
5454
5555 /// Attempts to parse the `ByteBuffer`, starting at the specified position,
5656 /// following the RESP specification.
57- /// - Important: As this par
5857 ///
5958 /// See [https://redis.io/topics/protocol](https://redis.io/topics/protocol)
6059 /// - Parameters:
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ extension Redis {
2727 /// Makes a new `ClientBootstrap` instance with a default Redis `Channel` pipeline
2828 /// for sending and receiving messages in Redis Serialization Protocol (RESP) format.
2929 ///
30- /// See `RESPEncoder `, `RESPDecoder `, and `CommandHandler `.
30+ /// See `RedisMessageEncoder `, `RedisByteDecoder `, and `RedisCommandHandler `.
3131 /// - Parameter using: The `EventLoopGroup` to build the `ClientBootstrap` on.
3232 /// - Returns: A `ClientBootstrap` with the default configuration of a `Channel` pipeline for RESP messages.
3333 public static func makeDefaultClientBootstrap( using group: EventLoopGroup ) -> ClientBootstrap {
You can’t perform that action at this time.
0 commit comments