cb372/scalacache

Why is `jedis.get` not wrapped in an effect?

valzam opened this issue · 0 comments

Hey,

I've been looking at the redis cache implementation and noticed that compared to doPut and doRemove the implementation of doGet does not wrap calls to jedis in F.delay. Is there a specific reason for this?

https://github.com/cb372/scalacache/blob/master/modules/redis/src/main/scala/scalacache/redis/RedisCacheBase.scala#L48

image