redis-commander icon indicating copy to clipboard operation
redis-commander copied to clipboard

missing information in UI why an data import fails

Open sseide opened this issue 3 years ago • 0 comments

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

sseide avatar May 25 '22 13:05 sseide