Docs: information on Retrieved packet (#1101)
This commit is contained in:
parent
51f65f4b9e
commit
ca9c3d05d6
|
@ -234,6 +234,8 @@ Sent to clients as a response the a [Get](#Get) package.
|
||||||
| ---- | ---- | ----- |
|
| ---- | ---- | ----- |
|
||||||
| keys | dict\[str\, any] | A key-value collection containing all the values for the keys requested in the [Get](#Get) package. |
|
| keys | dict\[str\, any] | A key-value collection containing all the values for the keys requested in the [Get](#Get) package. |
|
||||||
|
|
||||||
|
If a requested key was not present in the server's data, the associated value will be `null`.
|
||||||
|
|
||||||
Additional arguments added to the [Get](#Get) package that triggered this [Retrieved](#Retrieved) will also be passed along.
|
Additional arguments added to the [Get](#Get) package that triggered this [Retrieved](#Retrieved) will also be passed along.
|
||||||
|
|
||||||
### SetReply
|
### SetReply
|
||||||
|
|
Loading…
Reference in New Issue