We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
importing data into redis via menu "More" -> "Import" does not show error messages when something fails. It just shows "Inserted: 0 Errors: 0".
In the server-side logs might be a message similar to the following, but no information/hint is shown in the web UI.
Could't not import redis data! ReplyError: NOREPLICAS Not enough good replicas to write. at parseError (/redis-commander/node_modules/redis-parser/lib/parser.js:179:12) at parseType (/redis-commander/node_modules/redis-parser/lib/parser.js:302:14) { command: { name: 'set', args: [ '/path/to/key', 'value' ] } }
The text was updated successfully, but these errors were encountered:
sseide
No branches or pull requests
importing data into redis via menu "More" -> "Import" does not show error messages when something fails.
It just shows "Inserted: 0 Errors: 0".
In the server-side logs might be a message similar to the following, but no information/hint is shown in the web UI.
The text was updated successfully, but these errors were encountered: