Please add this to the docs on how to connect with valkey-cli/redis-cli from wsl2, to a garnet-server running on windows #844
nullyfae
started this conversation in
Show and tell
Replies: 1 comment
-
Mirrored networking mode works only on Windows 11. Instead, here is how we make WSL clients work with a Garnet Windows server in general:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi
There is a crucial detail missing here.

If you are using wsl2 on windows, you may need to:
new-item .wslconfig
(if it doesn't exist)Now, you can go to the wsl2 and run
valkey-cli
and the connection will work.My environment:


Beta Was this translation helpful? Give feedback.
All reactions