(ctx context.Context, key, value string, ttl time.Duration)
| 29 | |
| 30 | GetString(ctx context.Context, key string) (data string, exist bool, err error) |
| 31 | SetString(ctx context.Context, key, value string, ttl time.Duration) (err error) |
| 32 | GetInt64(ctx context.Context, key string) (data int64, exist bool, err error) |
| 33 | SetInt64(ctx context.Context, key string, value int64, ttl time.Duration) (err error) |
| 34 | Increase(ctx context.Context, key string, value int64) (data int64, err error) |
no outgoing calls
no test coverage detected