Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:18:08 +08:00
commit 1fb74305dc
8 changed files with 921 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
# Scripts
Bundled resources for database-cache-layer skill
- [ ] redis_setup.sh: Automates Redis installation and configuration.
- [ ] cache_invalidation.py: Script to invalidate specific cache entries.
- [ ] cache_stats.py: Script to monitor cache performance and hit rates.