YouTip LogoYouTip

Server Sync

# Redis Sync Command * (javascript:void(0);) * (javascript:void(0);) * (javascript:void(0);) * (javascript:void(0)) Redis Tutorial (#)(#)(#)(#)(#) ## Redis Commands (#)(#)(#)(#)(#)(#)(#)(#)[Redis Pub/Sub](#)(#)(#)(#)(#)(#)(#) ## Redis Advanced Tutorial (#)(#)(#)(#)(#)(#)(#)(#) [](#)(#) (#)[](#) Deep Dive Development Tools Computer Science Programming Languages Web Design & Development Scripting Web Services Scripting Languages Web Service Programming Software # Redis Sync Command !(#)(#) The Redis Sync command is used to synchronize master and slave servers. ### Syntax The basic syntax for the Redis SYNC command is as follows: redis 127.0.0.1:6379> SYNC ### Available Since >= 1.0.0 ### Return Value Not clear. ### Example redis 127.0.0.1:6379> SYNC Entering slave output mode... (press Ctrl-C to quit) SYNC with master, discarding 18 bytes of bulk transfer... SYNC done. Logging commands from master."PING""PING""PING""PING" !(#)(#)
← Lists BrpopRedis Lists β†’