Skip to main content
Version: Next

Replication API

info

Since version 1.8.0, ReductStore supports append-only replication. This feature allows replicating data from one bucket to another. The replication is performed in the background and doesn't affect the performance of the main database.

GET
/api/v1/replications
Get a list of replications
GET
/api/v1/replications/:replication_name
Show information about a replication
POST
/api/v1/replications/:replication
Create a new replication
PUT
/api/v1/replications/:replication_name
Update an existing replication
DELETE
/api/v1/replications/:replication_name
Delete a replication