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:
parent
ffedbc5134
commit
a21728a1c6
1 changed files with 22 additions and 1 deletions
|
|
@ -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`
|
||||
Loading…
Add table
Add a link
Reference in a new issue