redis / rueidis

A fast Golang Redis client that supports Client Side Caching, Auto Pipelining, Generics OM, RedisJSON, RedisBloom, RediSearch, etc.
Apache License 2.0
2.46k stars 158 forks source link

feat: fallback MGetCache to MGet #574

Closed SoulPancake closed 5 months ago

SoulPancake commented 5 months ago

Solves for #567

rueian commented 5 months ago

Thank you @SoulPancake!