Merge pull request #3360 from korsmakolnikov/patch-1

Fix store offset parameters
This commit is contained in:
Arnaud Cogoluègnes 2021-09-02 09:21:02 +02:00 committed by GitHub
commit 49bfc51782
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -370,7 +370,7 @@ StoreOffset => Key Version Reference Stream Offset
Key => uint16 // 10
Version => uint16
Reference => string // max 256 characters
SubscriptionId => uint8
Stream => string // the name of the stream
Offset => uint64
```