Created
January 23, 2019 04:26
-
-
Save barkanido/4f40ac9e874e85e10e636c63c431e0c6 to your computer and use it in GitHub Desktop.
create aerospike client
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
user=> (require '[aerospike-clj.client :as aero]) | |
nil | |
user=> (def c (aero/init-simple-aerospike-client ["localhost"] "test")) | |
;; Starting aerospike clients for clusters localhost with username null | |
#'user/c | |
user=> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment