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

AUTH should not be dependent on dataset loading #698

Closed
Kilowhisky opened this issue Jul 26, 2023 · 0 comments · Fixed by #699
Closed

AUTH should not be dependent on dataset loading #698

Kilowhisky opened this issue Jul 26, 2023 · 0 comments · Fixed by #699

Comments

@Kilowhisky
Copy link
Contributor

Describe the bug
If you issue AUTH while the dataset is loading, it will return the error LOADING Tile38 is loading the dataset in memory.
This causes issues with some Redis libraries (cough StackExchange.Redis) that issue that command blindly and expect it to be respected.

To Reproduce

  1. Create large AOF
  2. Restart the server
  3. Attempt to auth while loading the AOF

Expected behavior
It should AUTH successfully

Logs
NA

Operating System (please complete the following information):
NA

Additional context

Expect incoming PR

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant