File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed
Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -490,21 +490,21 @@ $ http-nu :3001 --store ./store ./serve.nu
490490
491491** Commands available in handlers:**
492492
493- | Command | Description |
494- | --------- | ------------------------------------------------ |
495- | ` .cat ` | Read frames (` -f ` follow, ` -t ` tail , ` -T ` topic) |
496- | ` .head ` | Get latest frame for topic (` --follow ` stream) |
497- | ` .append ` | Write frame to topic (` --meta ` for metadata) |
498- | ` .get ` | Retrieve frame by ID |
499- | ` .remove ` | Remove frame by ID |
500- | ` .cas ` | Content-addressable storage operations |
501- | ` .id ` | Generate/unpack/pack SCRU128 IDs |
493+ | Command | Description |
494+ | --------- | ----------------------------------------------- |
495+ | ` .cat ` | Read frames (` -f ` follow, ` -n ` new , ` -T ` topic) |
496+ | ` .last ` | Get latest frame for topic (` --follow ` stream) |
497+ | ` .append ` | Write frame to topic (` --meta ` for metadata) |
498+ | ` .get ` | Retrieve frame by ID |
499+ | ` .remove ` | Remove frame by ID |
500+ | ` .cas ` | Content-addressable storage operations |
501+ | ` .id ` | Generate/unpack/pack SCRU128 IDs |
502502
503503** SSE with store:**
504504
505505``` nushell
506506{|req|
507- .head quotes --follow
507+ .last quotes --follow
508508 | each {|frame| $frame.meta | to dstar-patch-element }
509509 | to sse
510510}
You can’t perform that action at this time.
0 commit comments