Tags: allen2c/cachetic
Tags
✨ feat(logging): Add rich pretty printing for cache operations Enhanced debug logging with rich's pretty_repr for better readability of cache keys and operations. Now GET/SET operations display formatted cache keys instead of plain strings. - Replaced simple string formatting with rich.pretty.pretty_repr - Added rich dependency to project requirements - Updated debug messages to show [GET] and [SET] prefixes - Improved max_string limit to 40 chars for cleaner output 🔧 chore(deps): Update optional dependency naming from 'mongo' to 'mongodb' Changed the optional dependency group name to be more consistent and clear.