- Fix default expire for memcached. (#13)

- Update default key builder. (#12)
This commit is contained in:
long2ice
2021-03-20 14:42:29 +08:00
parent c665189d90
commit 1d0c245a70
5 changed files with 149 additions and 127 deletions

View File

@@ -2,6 +2,11 @@
## 0.1
### 0.1.4
- Fix default expire for memcached. (#13)
- Update default key builder. (#12)
### 0.1.3
- Fix cache key builder.