Pacific73 / gorm-cache

gorm v2的即插即用、无需修改代码的旁路缓存。An easy-to-use look-aside cache solution for gorm v2 users.
Apache License 2.0
112 stars 29 forks source link

Upgrade dependencies: go-redis and ccache #21

Closed rts-gordon closed 1 year ago

rts-gordon commented 1 year ago

Hi @Pacific73 Would you like to upgrade some dependencies to latest version, they are a bit old. Thank you.

go-redis: v6-->v8 ccache: v2-->v3

Pacific73 commented 1 year ago

For some compatibility issue, we tend not to upgrade the version. If you really need this feature, you can fork and modify the code. Thx

asjdf commented 1 year ago

I'm curious to see if the new lib version will provide a performance boost.