# File lib/uri/redis.rb, line 23 def key return if self.path.nil? self.path ||= "/#{DEFAULT_DB}" (self.path.split('/')[2..-1] || []).join('/') end