What's Changed
- cachestore: variety of updates by @pkieltyka in #1
- add SetEx support to memlru by @xiam in #2
- Delete prefix by @Shubhaankar-Sharma in #4
- remove colon from the prefix by @Shubhaankar-Sharma in #5
- go generics update by @aditya520 in #7
- fix batch set empty keys by @aditya520 in #8
- compose stores by @pkieltyka in #9
- delete prefix adds extra : which can lead to not deleting by @Shubhaankar-Sharma in #10
- cachestorectl package by @pkieltyka in #11
- redis: switch client from redigo to go-redis by @pkieltyka in #12
- Implement distributed locking using Redlock-like algorithm by @patrislav in #13
- redis: implement an automatic lock extension mechanism by @patrislav in #14
- redis: avoid using context.WithCancelCause for older go versions by @patrislav in #15
- GetEx Implementation: Get value and TTL atomically by @LukasJenicek in #17
- google cloud storage cachestore by @marino39 in #18
- Google Cloud Storage: missing commit by @marino39 in #20
New Contributors
- @pkieltyka made their first contribution in #1
- @xiam made their first contribution in #2
- @Shubhaankar-Sharma made their first contribution in #4
- @aditya520 made their first contribution in #7
- @patrislav made their first contribution in #13
- @LukasJenicek made their first contribution in #17
- @marino39 made their first contribution in #18
Full Changelog: v0.0.1-rc1...v0.10.0