Redis
A full-featured Redis client built into DearSQL. Browse keys, execute commands, monitor Pub/Sub channels, and edit data inline — all from a native desktop interface with zero overhead.
## Command Editor
Execute Redis commands with syntax highlighting and autocomplete. Multi-command support — run several commands at once and see individual results.
## Key Browser
Browse all keys with type, value, TTL, and memory size columns. Inline editing — click to modify values, TTL, or key names directly in the table.
## Pub/Sub Monitor
Subscribe to channels with glob patterns. Real-time message table with timestamps and color-coded channels. Publish messages from the same tab.
## Highlights
- - TLS/SSL support for secure connections.
- - SSH tunneling for Redis behind a bastion host.
- - Color-coded key types (string, list, set, hash, zset, stream).
- - Inline editing for key names, values, and TTL.
- - Add new keys with type selection via dropdown.
- - Memory usage per key displayed in the browser.
- - Command history with execution time and re-run support.
- - Glob pattern subscriptions for Pub/Sub monitoring.