Skip to content

Implement Redis cache engine for cache module #71

Implement Redis cache engine for cache module

Implement Redis cache engine for cache module #71

Triggered via pull request June 27, 2025 14:46
@intel352intel352
synchronize #8
copilot/fix-7
Status Failure
Total duration 50s
Artifacts

modules-ci.yml

on: pull_request
detect-modules
3s
detect-modules
Matrix: lint-modules
Matrix: test-modules
Matrix: verify-modules
modules-summary
3s
modules-summary
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Lint cache: modules/cache/redis.go#L95
error returned from external package is unwrapped: sig: func (*github.com/redis/go-redis/v9.baseCmd).Err() error (wrapcheck)
Lint cache: modules/cache/redis.go#L86
error returned from external package is unwrapped: sig: func (*github.com/redis/go-redis/v9.baseCmd).Err() error (wrapcheck)
Lint cache: modules/cache/redis.go#L48
error returned from external package is unwrapped: sig: func (*github.com/redis/go-redis/v9.baseClient).Close() error (wrapcheck)
Lint cache: modules/cache/redis.go#L42
error returned from external package is unwrapped: sig: func (*github.com/redis/go-redis/v9.baseCmd).Err() error (wrapcheck)
Lint cache: modules/cache/redis.go#L29
error returned from external package is unwrapped: sig: func github.com/redis/go-redis/v9.ParseURL(redisURL string) (*github.com/redis/go-redis/v9.Options, error) (wrapcheck)
Lint cache: modules/cache/module_test.go#L466
float-compare: use assert.InEpsilon (or InDelta) (testifylint)
Lint cache: modules/cache/module_test.go#L368
require-error: for error assertions use require (testifylint)
Lint cache: modules/cache/module_test.go#L342
require-error: for error assertions use require (testifylint)
Lint cache: modules/cache/module_test.go#L337
require-error: for error assertions use require (testifylint)
Lint cache: modules/cache/module_test.go#L521
Error return value of `s.Set` is not checked (errcheck)