(ctx context.Context, key string)
| 41 | SortInterfaces(ctx context.Context, key string, sort *Sort) *SliceCmd |
| 42 | Touch(ctx context.Context, keys ...string) *IntCmd |
| 43 | TTL(ctx context.Context, key string) *DurationCmd |
| 44 | Type(ctx context.Context, key string) *StatusCmd |
| 45 | Copy(ctx context.Context, sourceKey string, destKey string, db int, replace bool) *IntCmd |
| 46 |
no outgoing calls