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

fix(redis): honor title-bar read-only in the key browser and editor · Issue #813 · QueryaHub/Querya-Desktop · GitHub

fix(redis): honor title-bar read-only in the key browser and editor #813

Description

Summary

Title-bar session lock sets MainScreenWorkspaceState.isReadOnly. workspace_panel passes it to Postgres/MySQL/SQLite homes. The Redis branch never passes it to RedisView / RedisExplorerView, and those widgets have no isReadOnly parameter.

With the lock on, users can still DEL, SET, HSET, HDEL, RPUSH, SADD, SREM, ZADD, ZREM, EXPIRE.

Same class as MySQL #803 and SQLite #793 (browse ignores lock). Redis is worse: there is no SQL workspace that honors it.

Scope

  • Thread isReadOnly into Redis explorer/editor.
  • Hide or disable write actions (Save, delete, HSET, TTL apply).
  • Optionally send READONLY after AUTH when the session is locked (Redis 3.0+).

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