# File lib/moneta/adapters/tokyotyrant.rb, line 51 def store(key, value, options = {}) @backend[key] = pack(value) value end