# File lib/moneta/redis.rb, line 40 def update_key(key, options = {}) val = @cache[key] self.store(key, val, options) end