# File lib/uri/redis.rb, line 29
    def key=(val)
      self.path = '/' << [db, val].join('/')
    end