-
Notifications
You must be signed in to change notification settings - Fork 68
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
client: Support for Windows platform #2960
Comments
Hi @livk-cloud :) Thanks for opening the issue. |
@avifenesh Thank you for your reply. I'm using Java and I'm thinking of using Valkey instead of redis and using the spring framework to integrate with valkey-glide. But the Windows platform is not supported at the moment, which annoys me. Hopefully sooner support for the Windows platform will be rolled out |
@yipin-chen , can you please evaluate the effort of windows support lets see when we can add it |
Sure, we will look into it. |
At the moment, java (and python and node) clients cannot support windows, because these clients use unix-specific feature (UDS). Go and C# clients have another design without UDS and can support windows. |
@livk-cloud will WSL support works for you. |
@asafpamzn Will do! |
@asafpamzn @avifenesh WSL is indeed a temporary solution, I need to use IDEA to connect to the local one |
It's time for java FFI client. |
Describe the feature
we need support for Windows platform
Use Case
some developers use Windows for development
Proposed Solution
glide.ffi.resolvers.NativeUtils#loadGlideLib add glideLib + ".dll"
Other Information
No response
Acknowledgements
Client version used
1.2.1
Environment details (OS name and version, etc.)
windows
The text was updated successfully, but these errors were encountered: