class Redis

def sync

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