# File lib/moneta/redis.rb, line 12
    def initialize(options = {})
      @cache = ::Redis.new(options)
    end