Created
March 24, 2015 19:36
-
-
Save x/5530417e78a866634141 to your computer and use it in GitHub Desktop.
list riak buckets clojure
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
;; todo move this into library | |
(require ...) | |
(def rc (connect [...]) | |
(import '[com.basho.riak.client.api.RiakCommand ListBuckets$Builder]) | |
(.execute rc (.build (ListBuckets$Builder. "hud_link_index"))) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment