Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Integrate Valkey-GLIDE as a Redis/Valkey drivers #3039

Open
asafpamzn opened this issue Nov 10, 2024 · 1 comment
Open

Integrate Valkey-GLIDE as a Redis/Valkey drivers #3039

asafpamzn opened this issue Nov 10, 2024 · 1 comment
Labels
for: team-attention An issue we need to discuss as a team to make progress status: blocked An issue that's blocked on an external project change type: enhancement A general enhancement

Comments

@asafpamzn
Copy link

We would like to integrate Valkey-GLIDE as an additional supported driver in Spring Data Redis.

Valkey-GLIDE offers features that could be beneficial for applications needing high performance and scalability. Integrating Valkey-GLIDE as a native option will allow Spring Data Redis users to leverage these benefits seamlessly within their existing applications. For example:

  1. Sharded Pub/sub. Support shard pub/sub #3019
  2. Cluster Scan https://github.com/valkey-io/valkey-glide/wiki/General-Concepts#cluster-scan
@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged label Nov 10, 2024
@mp911de
Copy link
Member

mp911de commented Nov 11, 2024

Thanks for reaching out. We do not intend to integrate another driver into Spring Data Redis as that project is focused on Redis. You can, however, build your abstraction around RedisConnectionFactory and RedisConnection.

In the long run, it would be much more likely to have a Spring Data Valkey module. We currently do not have the bandwidth to implement nor maintain such a module.

@mp911de mp911de added for: team-attention An issue we need to discuss as a team to make progress status: blocked An issue that's blocked on an external project change type: enhancement A general enhancement and removed status: waiting-for-triage An issue we've not yet triaged labels Nov 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
for: team-attention An issue we need to discuss as a team to make progress status: blocked An issue that's blocked on an external project change type: enhancement A general enhancement
Projects
None yet
Development

No branches or pull requests

3 participants