Skip to content

Instantly share code, notes, and snippets.

@AeroNotix
Created February 24, 2014 10:13
Show Gist options
  • Save AeroNotix/9185045 to your computer and use it in GitHub Desktop.
Save AeroNotix/9185045 to your computer and use it in GitHub Desktop.
(defn get-entry [short]
(-> (kv/fetch-one bucket short)
:result
:value))
(defn get-all-entries []
(let [keys (wb/keys-in bucket)]
(group-by :channel (pmap get-entry keys))))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment