# File lib/moneta/adapters/lmdb.rb, line 43 def store(key, value, options = {}) @db.put(key, value, Utils.only(options, *PUT_FLAGS)) value end