pkg/cache/redis_backend.go

Summary

Maintainability
A
0 mins
Test Coverage
F
0%

exported method RedisBackend.Get should have comment or be unexported
Open

func (rb *RedisBackend) Get(key string) []byte {
Severity: Minor
Found in pkg/cache/redis_backend.go by golint

exported method RedisBackend.Connect should have comment or be unexported
Open

func (rb *RedisBackend) Connect() error {
Severity: Minor
Found in pkg/cache/redis_backend.go by golint

exported method RedisBackend.WithContext should have comment or be unexported
Open

func (rb *RedisBackend) WithContext(ctx context.Context) CacheBackend {
Severity: Minor
Found in pkg/cache/redis_backend.go by golint

exported method RedisBackend.Set should have comment or be unexported
Open

func (rb *RedisBackend) Set(key string, value []byte, expiry int) {
Severity: Minor
Found in pkg/cache/redis_backend.go by golint

There are no issues that match your filters.

Category
Status