go-pkgz / lcw

Loading Cache Wrapper
https://go-pkgz.umputun.dev/lcw/
MIT License
20 stars 5 forks source link

redis.UniversalClient as backend #44

Closed sombre-hombre closed 6 months ago

sombre-hombre commented 6 months ago

This allows to use either a redis.ClusterClient, a redis.FailoverClient, or a single-node redis.Client as the backend.

paskal commented 6 months ago

Could the exact change be applied to v1? If so, please add it.