class Redis::Client

def select(*args)

def select(*args)
  raise "SELECT not allowed, use the :db option when creating the object"
end