Skip to content

Latest commit

 

History

History
60 lines (44 loc) · 915 Bytes

File metadata and controls

60 lines (44 loc) · 915 Bytes

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[1.0.0] - 2024-01-01

Added

  • 初始版本发布
  • Redis缓存支持
  • 内存缓存支持
  • 多级缓存支持
  • 分布式锁机制
  • 批量操作支持
  • 序列化支持(JSON/Pickle)
  • 缓存装饰器
  • 完整的单元测试
  • 性能测试套件
  • Docker支持

Changed

Deprecated

Removed

Fixed

Security

[Unreleased]

Added

  • 计划添加更多序列化器支持
  • 计划添加更多缓存后端支持
  • 计划添加更多性能优化
  • 计划添加更多监控指标
  • 计划添加更多文档

Changed

Deprecated

Removed

Fixed

Security