PSYNC
PSYNC replicationid offset
- Available since:
- Redis Open Source 2.8.0
- Time complexity:
- ACL categories:
-
@admin,@slow,@dangerous, - Compatibility:
- Redis Software and Redis Cloud compatibility
Initiates a replication stream from the master.
The PSYNC command is called by Redis replicas for initiating a replication
stream from the master.
For more information about replication in Redis please check the replication page.
Required arguments
replicationid
The replication ID of the master.
offset
The replication offset to resume from.
Redis Software and Redis Cloud compatibility
| Redis Software |
Redis Cloud |
Notes |
|---|---|---|
| ❌ Standard |
❌ Standard |
Return information
Non-standard return value, a bulk transfer of the data followed by
PING and write requests from the master.