vedang / clj_fdb

A thin Clojure wrapper for the Java API for FoundationDB.
https://vedang.github.io/clj_fdb/
Eclipse Public License 1.0
25 stars 9 forks source link

Add test for get-range and clear-range #6

Closed tirkarthi closed 6 years ago

tirkarthi commented 6 years ago
tirkarthi commented 6 years ago

I don't know if there is a wrapper function to construct Range object but it will be good since we can avoid the interop syntax. Also Range has two variations with a begin and end along with (Range/startsWith prefix) for a single parameter.

vedang commented 6 years ago

Hey @tirkarthi : I'll review this over the weekend and get back to you. I'll update this ticket by Monday EOD.