# File lib/moneta/redis.rb, line 36 def store(key, value, options = {}) @cache.set(key, value, options[:expires_in]) end