Sets the value for the given key.
(ctx context.Context, key K, value V)
| 19 | |
| 20 | // Sets the value for the given key. |
| 21 | Set(ctx context.Context, key K, value V) |
| 22 | |
| 23 | // SetMany sets multiple key-value pairs. |
| 24 | SetMany(ctx context.Context, values map[K]V) |
no outgoing calls