Skip to main content

A lightweight, cross-platform desktop GUI for Redis

Project description

PyQt Redis Viewer

Redis 可视化客户端工具

A simple, lightweight, cross-platform desktop GUI for browsing and managing Redis.

This app is built with Python and PyQt6. It provides a user-friendly UI for typical Redis operations: scanning keys, viewing/editing values, running commands, and inspecting server info. It is minimal and portable, with few dependencies.


image

✨ Features

  • Flexible connectivity
    • Host/Port/DB selection
    • SSL/TLS, optional certificate verification
    • ACL authentication (username/password)
  • Keys browser
    • Pattern scan with type filter and pagination
    • Keys list with context menu (open/copy/ttl/expire/delete)
  • Key editor for common types
    • string, hash, list, set, zset
    • Get/Set/Delete/TTL/Expire
  • Command console
    • Quick actions (INFO, DBSIZE, CLIENT LIST, etc.)
    • Execute custom Redis commands (Ctrl+Enter)
  • Results display
    • Switch between JSON Text and Tree View, supports copy
  • Session persistence
    • Saves connection profiles and last scan pattern to a config file

🛠️ Installation

Install from PyPI:

pip install redis-viewer

Run the application:

redis-viewer

Run from source

pip install PyQt6 redis
python redis_gui.py

🚀 Usage

  1. Connection panel
  • Set Host, Port, DB
  • Enable SSL/TLS (optional), and toggle certificate verification as needed
  • Enable Authentication if required and fill in username/password
  • Click “🔌 Test” to verify connectivity
  1. Keys tab
  • Enter a pattern (e.g., *) and optional type filter
  • Click Scan; use Next ▶ to paginate results
  • Double-click a key or use the context menu to open/copy/ttl/expire/delete
  1. Key Editor tab
  • Choose type: string/hash/list/set/zset
  • Get/Set/Delete the key; check TTL or set Expire seconds
  • “Format JSON” helps format JSON text for complex structures
  1. Command Console tab
  • Use quick actions or type a custom Redis command
  • Press Execute or Ctrl+Enter to run
  1. Results
  • Switch display between JSON Text and Tree View; right-click or Ctrl+C to copy

⚙️ Configuration

  • Config path: ~/.redis_viewer_config.json
  • Stores connection profiles and last scan pattern
  • Note: password is saved in plain text; for dev/test use only

📜 License

MIT License. See LICENSE.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

redis_viewer-0.1.1.tar.gz (17.4 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

redis_viewer-0.1.1-py3-none-any.whl (16.5 kB view details)

Uploaded Python 3

File details

Details for the file redis_viewer-0.1.1.tar.gz.

File metadata

  • Download URL: redis_viewer-0.1.1.tar.gz
  • Upload date:
  • Size: 17.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for redis_viewer-0.1.1.tar.gz
Algorithm Hash digest
SHA256 ab3ec7795471bfd855376d393ad9fb5a8e05e420a435d21f41d4f80fe70f7b81
MD5 25b58708d2e96a4d6135dd5ddbf02476
BLAKE2b-256 e5d4aa8706908362c763bfd7f6d444b614c0642e607932af69abc119fe35bbf2

See more details on using hashes here.

Provenance

The following attestation bundles were made for redis_viewer-0.1.1.tar.gz:

Publisher: publish-to-pypi.yml on isee15/redis_viewer

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file redis_viewer-0.1.1-py3-none-any.whl.

File metadata

  • Download URL: redis_viewer-0.1.1-py3-none-any.whl
  • Upload date:
  • Size: 16.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for redis_viewer-0.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 6d2b7d0e0de942e7aba5a7bb71d53e2f1618c215caa23094a9e07cac2492581d
MD5 5345334d6f1db20d73e5684254c8ed7e
BLAKE2b-256 04910277ca4de8d52730813dfc89a1625779b0248240b10dce50309459c6979f

See more details on using hashes here.

Provenance

The following attestation bundles were made for redis_viewer-0.1.1-py3-none-any.whl:

Publisher: publish-to-pypi.yml on isee15/redis_viewer

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page