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
jmwielandt
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:
|
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
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-cliand the connection will work.My environment:


All reactions