Create is an alias for Set w/ PrevExist=false
(ctx context.Context, key, value string)
| 113 | |
| 114 | // Create is an alias for Set w/ PrevExist=false |
| 115 | Create(ctx context.Context, key, value string) (*Response, error) |
| 116 | |
| 117 | // CreateInOrder is used to atomically create in-order keys within the given directory. |
| 118 | CreateInOrder(ctx context.Context, dir, value string, opts *CreateInOrderOptions) (*Response, error) |
no outgoing calls