(ctx context.Context, pattern string)
| 19 | ExpireGT(ctx context.Context, key string, expiration time.Duration) *BoolCmd |
| 20 | ExpireLT(ctx context.Context, key string, expiration time.Duration) *BoolCmd |
| 21 | Keys(ctx context.Context, pattern string) *StringSliceCmd |
| 22 | Migrate(ctx context.Context, host, port, key string, db int, timeout time.Duration) *StatusCmd |
| 23 | Move(ctx context.Context, key string, db int) *BoolCmd |
| 24 | ObjectFreq(ctx context.Context, key string) *IntCmd |
no outgoing calls