Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@jeremyprime
Copy link
Collaborator

Summary

Adds a cluster example that demonstrates how to connect to a Valkey cluster in Spring Data Valkey.

Signed-off-by: Jeremy Parr-Pearson <[email protected]>
Signed-off-by: Jeremy Parr-Pearson <[email protected]>
@jeremyprime jeremyprime requested a review from ikolomi November 24, 2025 22:05
Signed-off-by: Jeremy Parr-Pearson <[email protected]>
<dependency>
<groupId>io.valkey</groupId>
<artifactId>valkey-glide</artifactId>
<classifier>${os.detected.classifier}</classifier>
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i suppose there is no WA for this?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Until we have a fat JAR with all native libraries we will always need to specify the GLIDE JAR with the classifier, even in Spring Boot.

Although in the case of these examples, I can move this to the parent POM so it is not repeated for every example.

Signed-off-by: Jeremy Parr-Pearson <[email protected]>
@jeremyprime jeremyprime merged commit c811b07 into valkey-io:main Nov 25, 2025
41 of 43 checks passed
@jeremyprime jeremyprime deleted the cluster-example branch November 25, 2025 22:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants