# File lib/uri/redis.rb, line 38 def db=(val) current_key = key self.path = "/#{val}" self.path << "/#{current_key}" self.path end