1
0
Fork 0
mirror of https://github.com/eosswedenorg/thalos-docs synced 2026-06-16 04:34:55 +02:00

docs/api/redis-channels.md: adding table delta channels.

This commit is contained in:
Henrik Hautakoski 2024-01-21 13:37:14 +01:00
parent ffedbc5134
commit a21728a1c6

View file

@ -41,4 +41,25 @@ Channel where only `<action>` on a specific `<contract>` is posted:
Rollback mesages are posted to this channel.
`<namespace>::rollback`
`<namespace>::rollback`
## Table delta
Table deltas are posted to the following channels
All deltas:
`<namespace>::tabledeltas`
Only deltas for a specific type.
`<namespace>::tabledeltas/name/<name>`
`<name>` can be one of
* `account_metadata`
* `contract_table`
* `contract_row`
* `contract_index64`
* `resource_usage`
* `resource_limits_state`