Skip to content

Commit

Permalink
Upgrade core.cache to get more performance
Browse files Browse the repository at this point in the history
Add license and url to project.clj
  • Loading branch information
ccfontes committed Sep 26, 2014
1 parent 328a449 commit ed43af9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions project.clj
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
(defproject crache "1.0.0-SNAPSHOT"
:description "Redis-backed caching and memoization, following core.cache and core.memoize"
:license {:name "Eclipse Public License" :url "http://www.eclipse.org/legal/epl-v10.html"}
:url "http://github.com/strongh/crache"
:dependencies [[org.clojure/clojure "1.4.0"]
[org.clojure/core.cache "0.6.0"]
[org.clojure/core.cache "0.6.4"]
[org.clojure/core.memoize "0.5.1"]
[org.clojars.strongh/clj-redis "0.0.20"]])
[org.clojars.strongh/clj-redis "0.0.20"]])

0 comments on commit ed43af9

Please sign in to comment.