class Redis

def sync

Internal command used for replication.
def sync
  synchronize do |client|
    client.call([:sync])
  end
end