thiagowfx's avatar

Β¬ just serendipity πŸ€ (not just serendipity)

bkt: bypass cache

β€’ 45 words β€’ 1 min

⚠️ This post is over one year old. It may no longer be up to date or relevant. Opinions may have changed.

Previously.

Whenever using bkt, sometimes you may need to evict the cache to get fresh data.

Use the --force option to do so. Usage:

Replace:

shell
% bkt --ttl 30d -- {my cool command}

with:

shell
% bkt --force --ttl 30d -- {my cool command}