Load retrieves the value at key.
(ctx context.Context, key string)
| 79 | |
| 80 | // Load retrieves the value at key. |
| 81 | Load(ctx context.Context, key string) ([]byte, error) |
| 82 | |
| 83 | // Delete deletes the named key. If the name is a |
| 84 | // directory (i.e. prefix of other keys), all keys |
no outgoing calls