forked from grantjenks/python-diskcache
-
Notifications
You must be signed in to change notification settings - Fork 0
Pull requests: shubham-dce/python-diskcache
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
Adds scoring and single-worst-candidate eviction
#15
opened Aug 14, 2026 by
shubham-dce
Owner
Loading…
Add CLI documentation: README section and USAGE guide
#12
opened Aug 14, 2026 by
shubham-dce
Owner
Loading…
Add --format json option to keys, stats, and check commands
#11
opened Aug 14, 2026 by
shubham-dce
Owner
Loading…
Adds filters (--tag, --pattern, --expired-only) to filter the keys
#10
opened Aug 13, 2026 by
shubham-dce
Owner
Loading…
Add interactive shell mode, reuses the existing commands and handlers
#9
opened Aug 13, 2026 by
shubham-dce
Owner
Loading…
Add import command: restore cache contents from pickle format portable file
#8
opened Aug 13, 2026 by
shubham-dce
Owner
Loading…
Add export command: back up cache data to a portable file using pickle
#7
opened Aug 13, 2026 by
shubham-dce
Owner
Loading…
Add confirmation prompts for destructive commands: clear, evict, check --fix
#6
opened Aug 13, 2026 by
shubham-dce
Owner
Loading…
Add maintenance commands: clear, expire, cull, evict, check
#5
opened Aug 13, 2026 by
shubham-dce
Owner
Loading…
Add inspection commands: keys, count, volume, stats
#4
opened Aug 13, 2026 by
shubham-dce
Owner
Loading…
Add core KV pair commands: get, set, add, delete
#2
opened Aug 12, 2026 by
shubham-dce
Owner
Loading…
Add CLI scaffold: argparse structure, cache directory resolution, and entry point
#1
opened Aug 12, 2026 by
shubham-dce
Owner
•
Draft
ProTip!
Type g i on any issue or pull request to go back to the issue listing page.