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 Support for `limit` in `get-range` core API #28

Open vedang opened 2 years ago

vedang commented 2 years ago

Currently, the core API returns everything under the range, which is a bad default. Adding Limit (and a sane default) will ensure that accidental problems are avoided.