class URI::Redis

def check_path(value)

def check_path(value)
  if super(value)
  end
end

def db

def db
  path[1..-1].to_i
end