You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
Hey,
I've been looking at the redis cache implementation and noticed that compared to
doPut
anddoRemove
the implementation ofdoGet
does not wrap calls to jedis inF.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
The text was updated successfully, but these errors were encountered: