Tags: caomengxuan666/resp-cli
Tags
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