Skip to content

Instantly share code, notes, and snippets.

@barkanido
Created January 23, 2019 04:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save barkanido/4f40ac9e874e85e10e636c63c431e0c6 to your computer and use it in GitHub Desktop.
Save barkanido/4f40ac9e874e85e10e636c63c431e0c6 to your computer and use it in GitHub Desktop.
create aerospike client
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