(ctx context.Context, key string)
| 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 |
| 15 | ExpireAt(ctx context.Context, key string, tm time.Time) *BoolCmd |
no outgoing calls
no test coverage detected