Skip to content

Instantly share code, notes, and snippets.

@michaelbarton
Created August 19, 2011 19:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save michaelbarton/1157747 to your computer and use it in GitHub Desktop.
Save michaelbarton/1157747 to your computer and use it in GitHub Desktop.
(ns leiningen.database
(:require [clj-redis.client :as redis]))
(def db (redis/init))
(defn database [project]
(println "Hello"))
(defproject resolve-contig-one "1.0.0-SNAPSHOT"
:dependencies [[org.clojure/clojure "1.2.0"]
[org.clojure/clojure-contrib "1.2.0"]
[clj-redis "0.0.12"]])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment