-
Notifications
You must be signed in to change notification settings - Fork 113
Closed
Labels
User issue 🚨Issue openned by usersIssue openned by usersjava ☕issues and fixes related to the java clientissues and fixes related to the java client
Description
The valkey-glide library's current dependency setup makes it difficult to manage the underlying operating system classifiers (e.g., linux-x86_64, osx-x86_64) on the client side. We currently have to manually update the dependency when switching between our local development environment (macOS) and our production environment (Linux).
The need to hardcode a specific OS classifier is not ideal for a generic client-side library. This practice leads o the developers adjusting their build configuration.
We would like to understand a generic way for including the valkey-glide dependency that automatically resolves the correct underlying OS classifier at build or runtime, depending on the environment.
Metadata
Metadata
Assignees
Labels
User issue 🚨Issue openned by usersIssue openned by usersjava ☕issues and fixes related to the java clientissues and fixes related to the java client