sorentwo / readthis

:newspaper: Pooled active support compliant caching with redis
MIT License
504 stars 40 forks source link

How to use zset in readthis? #55

Closed nicozhang closed 7 years ago

sorentwo commented 7 years ago

You can use the underlying redis pool directly (as explained in the README) if you need direct access. Otherwise all of the cache behavior is intentionally opaque and you should use the public cache interface.