# File lib/moneta/adapters/redis.rb, line 54 def delete(key, options = {}) if value = load(key, options) @backend.del(key) value end end