eko / gocache

☔️ A complete Go cache library that brings you multiple ways of managing your caches
https://vincent.composieux.fr/article/i-wrote-gocache-a-complete-and-extensible-go-cache-library/
MIT License
2.46k stars 195 forks source link

support olric #190

Closed derekperkins closed 1 year ago

derekperkins commented 1 year ago

We're using https://github.com/buraksezer/olric, and it would be a good addition to have here. Would you be open to contribution of a new store?

cc @buraksezer

eko commented 1 year ago

Hi @derekperkins,

Of course I am open to contributors :)

Please feel free to open a pull request with the olric store, based on what exists actually.

Thank you!