# File lib/ramaze/cache/redis.rb, line 83 def initialize(options = {}) self.class.options ||= Ramaze::Cache::Redis.trait[:default].merge( options ) @options = options.merge(self.class.options) end