Value is not actually a member of a Set package
This commit is contained in:
parent
098d939653
commit
aab477b874
|
@ -336,7 +336,6 @@ Used to write data to the server's data storage, that data can then be shared ac
|
|||
| Name | Type | Notes |
|
||||
| ------ | ----- | ------ |
|
||||
| key | str | The key to manipulate. |
|
||||
| value | any | The new value for the key. |
|
||||
| default | any | The default value to use in case the key has no value on the server. |
|
||||
| want_reply | bool | If set, the server will send a [SetReply](#SetReply) response back to the client. |
|
||||
| operations | list\[[DataStorageOperation](#DataStorageOperation)\] | Operations to apply to the value, multiple operations can be present and they will be executed in order of appearance. |
|
||||
|
|
Loading…
Reference in New Issue