Set stores any value to the client's context.
(key string, value any)
| 54 | |
| 55 | // Set stores any value to the client's context. |
| 56 | Set(key string, value any) |
| 57 | |
| 58 | // Unset removes a single value from the client's context. |
| 59 | Unset(key string) |
no outgoing calls