datacrypt-project / hitchhiker-tree

Functional, persistent, off-heap, high performance data structure
Eclipse Public License 1.0
1.19k stars 64 forks source link

add core cache as a dependency #26

Closed kyleburton closed 7 years ago

kyleburton commented 7 years ago

Hi!

It looks like the project uses clojure.core.cache in hitchhiker.redis, though it doesn't appear as a dependency in the project.clj The tests pass, though when I try to use hitchhiker-tree in my projects the dependency is missing. This just adds the dep.

Thanks!

Kyle