Skip to content

Lettuce: AWS Elasticache: Response times #3176

Closed Answered by alekhya538
alekhya538 asked this question in Q&A
Discussion options

You must be logged in to vote

Thanks for your time!

I resolved it by configuring the timeout,


RedisURI redisURI = RedisURI.builder()
                    .withHost(host)
                    .withPort(port)
                    .withSsl(true)
                    .withAuthentication(redisCredentialsProvider)
                    .withTimeout(200)                                              <----- timeout config
                    .build();

Replies: 7 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@tishun
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by tishun
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants