(ctx context.Context, key string)
| 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 | |
| 44 | Close() error |
no outgoing calls