Skip to content

Commit

Permalink
Docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
evg-tso committed Jan 14, 2024
1 parent d3fc4ff commit 762dd5f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/main/clojure/aerospike_clj/batch_client.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
(ns aerospike-clj.batch-client
"This namespace contains implementation of the [[AerospikeBatchOps]] protocol.
Clients should `require` this namespace to extend the protocol to the [[SimpleAerospikeClient]].
This protocol is only usable with `com.aerospike/aerospike-client` version 6.0.0 or higher."
(:require [aerospike-clj.aerospike-record :as record]
[aerospike-clj.client :as client]
[aerospike-clj.collections :as collections]
Expand Down
2 changes: 2 additions & 0 deletions src/main/clojure/aerospike_clj/batch_policy.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
(ns aerospike-clj.batch-policy
"This namespace contains functions to create batch policies.
These policies are only usable with `com.aerospike/aerospike-client` version 6.0.0 or higher."
(:require [aerospike-clj.policy :as policy])
(:import #_{:clj-kondo/ignore [:unused-import]}
(com.aerospike.client.policy BatchPolicy
Expand Down

0 comments on commit 762dd5f

Please sign in to comment.