Method: Redis::Commands::Server#sync

Defined in:
lib/redis/commands/server.rb

#syncObject

Internal command used for replication.



166
167
168
# File 'lib/redis/commands/server.rb', line 166

def sync
  send_command([:sync])
end