(ctx context.Context, keys ...string)
| 9 | |
| 10 | type GenericCmdable interface { |
| 11 | Del(ctx context.Context, keys ...string) *IntCmd |
| 12 | Dump(ctx context.Context, key string) *StringCmd |
| 13 | Exists(ctx context.Context, keys ...string) *IntCmd |
| 14 | Expire(ctx context.Context, key string, expiration time.Duration) *BoolCmd |
no outgoing calls