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.


✨ 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.0.tar.gz (17.3 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.0-py3-none-any.whl (16.4 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: redis_viewer-0.1.0.tar.gz
  • Upload date:
  • Size: 17.3 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.0.tar.gz
Algorithm Hash digest
SHA256 4ba261a3b9439948125a741c24f53337347bb4e5d0848842a21388f755ca87eb
MD5 ca7517b6ac6eaeecf1eef42a5792a613
BLAKE2b-256 1bb56439f8386ed1aaaf7bca0880402edbcf193960eebe81dd1c27d4e8a4efda

See more details on using hashes here.

Provenance

The following attestation bundles were made for redis_viewer-0.1.0.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.0-py3-none-any.whl.

File metadata

  • Download URL: redis_viewer-0.1.0-py3-none-any.whl
  • Upload date:
  • Size: 16.4 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.0-py3-none-any.whl
Algorithm Hash digest
SHA256 e201204ca20c3971176cec98f16073b47a8a13ac33d4adef84c614e39900dd32
MD5 d074fcfa39b3f29cace1eff45b002136
BLAKE2b-256 929378422a64b4f5995af7308df938f3bc34639d730751cf292b11cb4739c6d5

See more details on using hashes here.

Provenance

The following attestation bundles were made for redis_viewer-0.1.0-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