Skip to content

missing information in UI why an data import fails #481

Open
@sseide

Description

@sseide

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

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions