Skip to content

Commit 6fa2842

Browse files
uglideCopilot
andauthored
Update content/develop/clients/jedis/produsage.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent bba43dc commit 6fa2842

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/develop/clients/jedis/produsage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ RedisClient jedisWithTimeout = RedisClient.builder()
8787
DefaultJedisClientConfig.builder()
8888
.socketTimeoutMillis(5000) // set timeout to 5 seconds
8989
.connectionTimeoutMillis(5000) // set connection timeout to 5 seconds
90-
.build())
90+
.build())
9191
.build();
9292
```
9393

0 commit comments

Comments
 (0)