Install the CLI, provision a namespace, start caching. 30 seconds.
Install the CLI globally and provision your namespace in one shot.
npm install -g cacheroo-cli && cacheroo signup myproject --local
Detects your agent (CLAUDE.md, .cursorrules, .clinerules, .windsurfrules, .aider.conf.yml) and outputs a config snippet to paste.
cacheroo init
Store, retrieve, and inspect cached data from the terminal.
cacheroo set user:123 '{"name":"joe"}' --ttl 3600
cacheroo get user:123
cacheroo keys 'user:*'
cacheroo status