(ctx context.Context, key string, value []byte)
| 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 |
| 42 | List(ctx context.Context, prefix string) ([]Entry, error) |
| 43 |
no outgoing calls