Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 547 Bytes

File metadata and controls

16 lines (11 loc) · 547 Bytes

Changelog

All notable changes to github.com/ubgo/cache-cli are documented here. Format follows Keep a Changelog; the project follows SemVer (pre-GA in v0.x).

Added

  • cache-cli inspector for a ubgo/cache Redis backend: get, set, del, stats, keys.
  • Flags: -addr, -ns, -ttl, -json; help subcommand with examples.
  • Scriptable exit codes (0 ok / 1 runtime-or-miss / 2 usage).
  • Tested end-to-end in-process via miniredis (no Docker).