Skip to content

Tags: caomengxuan666/resp-cli

Tags

v1.3.1

Toggle v1.3.1's commit message
Release v1.3.1

v1.3.0

Toggle v1.3.0's commit message
feat: v1.3.0 - fix WT prompt spacing, add HELP, alias persistence, im…

…prove SUBSCRIBE/MONITOR

- Fix Windows Terminal extra spaces between prompt > and input (double ANSI coloring)
- Fix config file path on Windows (use dirs::home_dir instead of \C:\Users\cmx)
- Make config options actually work (history_size, syntax_highlighting, completion_enabled)
- Expand key completion to cover all Redis command families (~150+ commands)
- Unify error handling, remove duplicate code in executor.rs
- Extract duplicate COMMAND fallback logic in command_docs.rs
- Add HELP command showing all client-side commands
- Add alias persistence (load/save from ~/.resp-cli-aliases)
- Improve MONITOR mode using send_packed_command/recv_response
- Improve SUBSCRIBE/PSUBSCRIBE using redis-rs PubSub API
- Bump version to 1.3.0

v1.2.0

Toggle v1.2.0's commit message
chore: bump version to 1.2.0

v1.0.0

Toggle v1.0.0's commit message
feat: add Redis Cluster support and refactor codebase

v0.1.1

Toggle v0.1.1's commit message
Release v0.1.1 - Fix deprecated GitHub Actions and permissions

v0.1.0

Toggle v0.1.0's commit message
Add GitHub Actions workflow file