Skip to content

feat: add Stream, Radix tree and XADD command #19

feat: add Stream, Radix tree and XADD command

feat: add Stream, Radix tree and XADD command #19

Triggered via pull request July 22, 2024 15:20
Status Failure
Total duration 3m 6s
Billable time 3m
Artifacts

lint-and-test.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
Lint and Test: pkg/keyval/radix_tree.go#L284
func `(*RadixNode).grow` is unused (unused)
Lint and Test: pkg/keyval/stream.go#L10
field `lastTimestamp` is unused (unused)
Lint and Test: pkg/keyval/stream.go#L11
field `sequence` is unused (unused)
Lint and Test: pkg/keyval/radix_tree_test.go#L436
func `parseInt64` is unused (unused)
Lint and Test: pkg/keyval/radix_tree_test.go#L440
func `formatInt64` is unused (unused)
Lint and Test: internal/client/client.go#L39
field `closeOnce` is unused (unused)
Lint and Test: pkg/keyval/radix_tree.go#L245
SA6002: argument should be pointer-like to avoid allocations (staticcheck)
Lint and Test: pkg/keyval/radix_tree.go#L284
func `(*RadixNode).grow` is unused (unused)
Lint and Test: pkg/keyval/stream.go#L10
field `lastTimestamp` is unused (unused)
Lint and Test: pkg/keyval/stream.go#L11
field `sequence` is unused (unused)
Lint and Test
The following actions uses Node.js version which is deprecated and will be forced to run on node20: golangci/golangci-lint-action@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/