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.4k stars 193 forks source link

fix(RueidisStore): add case to detail with JSON, Raw []byte, and Vec… #254

Closed leozeli closed 1 month ago

leozeli commented 1 month ago

fix panic # panic: interface conversion: interface {} is string, not []uint8

eko commented 1 month ago

Thank you @leozeli