class Redis::Distributed

def select(db)

Change the selected database for the current connection.
def select(db)
  on_each_node :select, db
end