(ctx context.Context, key string)
| 36 | IsReady(ctx context.Context) bool |
| 37 | |
| 38 | Get(ctx context.Context, key string) ([]byte, error) |
| 39 | Exists(ctx context.Context, key string) (bool, error) |
| 40 | Set(ctx context.Context, key string, value []byte) error |
| 41 | Delete(ctx context.Context, key string) error |
no outgoing calls