Skip to content

Commit

Permalink
Merge pull request #34 from AppsFlyer/op-name-exists-batch
Browse files Browse the repository at this point in the history
Added "exists-batch" operation
  • Loading branch information
barkanido committed May 13, 2020
2 parents dadd60d + aa53b08 commit 17ff395
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion project.clj
@@ -1,4 +1,4 @@
(defproject aerospike-clj "0.5.3"
(defproject aerospike-clj "0.5.4"
:description "An Aerospike Clojure client."
:url "https://github.com/AppsFlyer/aerospike-clj"
:license {:name "Eclipse Public License"
Expand Down
2 changes: 1 addition & 1 deletion src/aerospike_clj/client.clj
Expand Up @@ -318,7 +318,7 @@
(let [d (d/chain' op-future
vec
(:transcoder conf identity))]
(register-events d db "read-batch" nil start-time)))))
(register-events d db "exists-batch" nil start-time)))))

(defn get-multiple
"DEPRECATED - use `get-batch` instead.
Expand Down

0 comments on commit 17ff395

Please sign in to comment.