Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Copier ¶
type Copier struct {
// contains filtered or unexported fields
}
Copier - Main struct which copies data
func (*Copier) CopyKeyValue ¶
CopyKeyValue - Copy a key value from production to local instance. Right now copy everything in one instance, later it should be done in batches so that we do not put a lot of load on our Redis instance
func (*Copier) CopySortedSet ¶
CopySortedSet - Copy a sorted set from production to local instance. Right now copy everything in one instance, later it should be done in batches so that we do not put a lot of load on our Redis instance
Click to show internal directories.
Click to hide internal directories.