FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

fix(redis): deleting a key or field must confirm · Issue #814 · QueryaHub/Querya-Desktop · GitHub

fix(redis): deleting a key or field must confirm #814

Description

Summary

RedisKeysView._deleteKey and RedisKeyEditor._deleteKey call DEL immediately. Hash field / set / zset row X buttons call HDEL / SREM / ZREM with no dialog.

One missclick removes a production key. Mongo explorer had the same hole (#781). SQL workspaces use showDestructiveQueryDialog. Redis has no staging buffer, so the write is instant.

Scope

  • Confirm before DEL (key name + type in the copy).
  • Confirm before removing a hash field / set member / zset member, or at least the whole key.
  • Escape / Cancel must not send the command.

Out of scope

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingfrontendTheme parser epic label: frontenduxUser experience, keyboard shortcuts and interactions

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions


      Back | FazBrowse Home | New Git URL