Skip to content

Commit 66399dd

Browse files
Apply suggestions from code review
Co-authored-by: Igor Malinovskiy <[email protected]>
1 parent fab053c commit 66399dd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

content/develop/clients/lettuce/connect.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -271,8 +271,8 @@ and pass it to the `ClientOptions` builder using the `supportMaintenanceEvents()
271271
import io.lettuce.core.*;
272272
import io.lettuce.core.api.StatefulRedisConnection;
273273
import io.lettuce.core.protocol.ProtocolVersion;
274-
.
275-
.
274+
// ...
275+
// ...
276276

277277
RedisClient redisClient = RedisClient.create("redis://localhost:6379");
278278

@@ -290,8 +290,8 @@ ClientOptions clientOptions = ClientOptions.builder()
290290
redisClient.setOptions(clientOptions);
291291

292292
try (StatefulRedisConnection<String, String> connection = redisClient.connect()) {
293-
.
294-
.
293+
// ...
294+
// ...
295295
```
296296

297297
{{< note >}}SCE requires the [RESP3]({{< relref "/develop/reference/protocol-spec#resp-versions" >}})

0 commit comments

Comments
 (0)