# File lib/moneta/adapters/redis.rb, line 37 def load(key, options = {}) value = @backend.get(key) update_expires(key, options, nil) value end