Tarantool::SpaceHash
# File lib/tarantool/block_db.rb, line 170 def all(keys, opts = {}) all_cb(keys, _block_cb, opts) end
# File lib/tarantool/block_db.rb, line 174 def first(key) first_cb(key, _block_cb) end
# File lib/tarantool/block_db.rb, line 178 def select(keys, offset=0, limit=-1) select_cb(keys, offset, limit, _block_cb) end
[Validate]
Generated with the Darkfish Rdoc Generator 2.