What's New in Redis TUI v1.0.47
- Keep Java-serialized Redis strings as strings instead of mislabeling them as bitmaps
- Show a terminal-safe 96-byte preview for binary and invalid UTF-8 values
- Refuse in-app edit of binary strings so a no-op save cannot corrupt them
- Bump charm.land/bubbles/v2 to 2.2.1
Update with:
redis-tui --updateChangelog
- b5b2e80: deps: bump charm.land/bubbles/v2 from 2.1.1 to 2.2.1 (@dependabot[bot])
- e988445: feat: preview binary string data (@sgruendel)
- 53abcd7: fix: count runes in binary string ratio (@sgruendel)
- 375f55d: fix: refuse edit of binary strings (@davidbudnick)
Installation
Quick Install (macOS/Linux)
curl -fsSL https://raw.githubusercontent.com/davidbudnick/redis-tui/main/install.sh | bashUpdate Existing Installation
redis-tui --updateHomebrew (macOS/Linux)
brew tap davidbudnick/homebrew-tap
brew install --cask redis-tuiGo Install
go install github.com/davidbudnick/redis-tui@v1.0.47Binary Download
Download the appropriate binary for your platform from the assets below.