# File lib/moneta/adapters/tokyocabinet.rb, line 37 def create(key, value, options = {}) @backend.putkeep(key, value) end