Merge pull request #3360 from korsmakolnikov/patch-1
Fix store offset parameters
This commit is contained in:
commit
49bfc51782
|
|
@ -370,7 +370,7 @@ StoreOffset => Key Version Reference Stream Offset
|
||||||
Key => uint16 // 10
|
Key => uint16 // 10
|
||||||
Version => uint16
|
Version => uint16
|
||||||
Reference => string // max 256 characters
|
Reference => string // max 256 characters
|
||||||
SubscriptionId => uint8
|
Stream => string // the name of the stream
|
||||||
Offset => uint64
|
Offset => uint64
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue