gin-cache icon indicating copy to clipboard operation
gin-cache copied to clipboard

feat: bump redis client to v9

Open alexdor opened this issue 8 months ago • 4 comments

alexdor avatar Dec 25 '23 19:12 alexdor

Can we merge this PR? So that we can use Redis 7.x @chenyahui

bufrr avatar Jan 05 '24 09:01 bufrr

@bufrr if you don't want to wait for it to be merged, you can add this to your go.mod file (at least that's what I did until it gets merged)

replace github.com/chenyahui/gin-cache => github.com/alexdor/gin-cache v0.0.0-20231225192346-4c3fd7cb5e0d

alexdor avatar Jan 05 '24 10:01 alexdor

@bufrr if you don't want to wait for it to be merged, you can add this to your go.mod file (at least that's what I did until it gets merged)

replace github.com/chenyahui/gin-cache => github.com/alexdor/gin-cache v0.0.0-20231225192346-4c3fd7cb5e0d

I will try, thanks!

bufrr avatar Jan 05 '24 10:01 bufrr

You can use this repo. It is not recommended to add new dependencies to the current repo. https://github.com/chenyahui/gin-cache-redis

chenyahui avatar Jan 06 '24 01:01 chenyahui