module Redis::Commands::Server

def sync

Internal command used for replication.
def sync
  send_command([:sync])
end