Skip to content

Commit

Permalink
minor update
Browse files Browse the repository at this point in the history
  • Loading branch information
Zhe Wu committed Oct 14, 2013
1 parent 410e993 commit 9b11092
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ pom.xml.asc
*.jar
*.class
.lein-*
.nrepl-*
2 changes: 1 addition & 1 deletion src/clj_redis_session/core.clj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
(ns clj-redis-session.core
"Redis session storage."
(:use ring.middleware.session.store)
(:require [taoensso.carmine :as car :refer (wcar)])
(:require [taoensso.carmine :as car :refer [wcar]])
(:import java.util.UUID))

(defn new-session-key [prefix]
Expand Down

0 comments on commit 9b11092

Please sign in to comment.