Skip to content

Redis TUI v1.0.47

Latest

Choose a tag to compare

@github-actions github-actions released this 01 Sep 20:13

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 --update

Changelog

Installation

Quick Install (macOS/Linux)

curl -fsSL https://raw.githubusercontent.com/davidbudnick/redis-tui/main/install.sh | bash

Update Existing Installation

redis-tui --update

Homebrew (macOS/Linux)

brew tap davidbudnick/homebrew-tap
brew install --cask redis-tui

Go Install

go install github.com/davidbudnick/redis-tui@v1.0.47

Binary Download

Download the appropriate binary for your platform from the assets below.