Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 545 Bytes

File metadata and controls

13 lines (10 loc) · 545 Bytes

Changelog

[0.1.0] - 2025-06-24

Initial Release

  • Cache API: RESTful endpoints for cache operations (GET, POST, DELETE)
  • PostgreSQL Driver: Persistent cache storage with automatic table creation
  • TTL Support: Time-to-live functionality for automatic cache expiration
  • Namespace Support: Organize cache entries by namespace
  • Optional Authentication: Token-based auth (disabled by default)
  • Admin Operations: Cache statistics, cleanup, and management
  • Health Check: System health monitoring endpoint