Open
Description
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' ]
}
}