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: 0 comments
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