This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| (ns util.redis | |
| (:refer-clojure :exclude [memoize]) | |
| (:require [taoensso.carmine :as car])) | |
| ;; boilerplate stuff that is not in Carmine | |
| (def ^:dynamic ^:private *pool*) | |
| (def ^:dynamic ^:private *spec*) | |
| (defmacro with-redis |