Skip to content
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

Show warning on Windows when "localhost" is used as a host instead of 127.0.0.1 #4867

Closed
MartinKolarik opened this issue Aug 3, 2020 · 3 comments
Labels

Comments

@MartinKolarik
Copy link

Describe the bug
When "localhost" is used as a host, creating a new connection, which seems to happen on every UI operation, is very slow (about 2 seconds). Not sure if it's specific to localhost or using a domain name in general instead of an IP address but after a bit of debugging I tried setting the host to 127.0.0.1 instead which resolved the issue.

Expected behavior
Should work the same way when a domain name is used.

Environment (please complete the following information):

  • OS & version: Windows 10 2004
  • Redis-Server version: tried 5 and 4 with the same result

Additional context
Using the 2020.1.15 version from windows store. Previously I was using the latest build that was available for free and that one didn't have this issue.

@uglide
Copy link
Collaborator

uglide commented Aug 4, 2020

Unfortunately, this is side effect of Windows sand-boxing of Store apps. If it critical to you, you can refund your purchase on Windows Store and use subscription version instead.

@uglide uglide closed this as completed Aug 4, 2020
@MartinKolarik
Copy link
Author

Thanks for the quick response. I'm ok now with using the IP but it took a while to figure out so if it's can't be fixed, maybe it would be a good idea to show a warning within the UI.

@uglide uglide reopened this Aug 4, 2020
@uglide
Copy link
Collaborator

uglide commented Aug 4, 2020

@MartinKolarik good point

@uglide uglide changed the title Creating a connection is very slow when "localhost" is used as a host instead of 127.0.0.1 Show warning on Windows when "localhost" is used as a host instead of 127.0.0.1 Aug 4, 2020
@uglide uglide closed this as completed in 9aace2a Aug 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants