File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
content/develop/clients/lettuce Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -271,8 +271,8 @@ and pass it to the `ClientOptions` builder using the `supportMaintenanceEvents()
271271import io.lettuce.core.* ;
272272import io.lettuce.core.api.StatefulRedisConnection ;
273273import io.lettuce.core.protocol.ProtocolVersion ;
274- .
275- .
274+ // .. .
275+ // .. .
276276
277277RedisClient redisClient = RedisClient . create(" redis://localhost:6379" );
278278
@@ -290,8 +290,8 @@ ClientOptions clientOptions = ClientOptions.builder()
290290redisClient. setOptions(clientOptions);
291291
292292try (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" > }})
You can’t perform that action at this time.
0 commit comments