(ctx context.Context, cursor uint64, match string, count int64)
| 45 | Copy(ctx context.Context, sourceKey string, destKey string, db int, replace bool) *IntCmd |
| 46 | |
| 47 | Scan(ctx context.Context, cursor uint64, match string, count int64) *ScanCmd |
| 48 | ScanType(ctx context.Context, cursor uint64, match string, count int64, keyType string) *ScanCmd |
| 49 | } |
| 50 |
no outgoing calls