Docs: information on Retrieved packet (#1101)

This commit is contained in:
Doug Hoskisson
2022-10-15 04:44:39 -07:00
committed by GitHub
parent 51f65f4b9e
commit ca9c3d05d6

View File

@@ -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. |
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.
### SetReply