Skip to content

Commit

Permalink
Update storage/redis_cluster.go
Browse files Browse the repository at this point in the history
  • Loading branch information
sweep-ai[bot] committed Aug 7, 2023
1 parent 1bf19bf commit dfd7638
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion storage/redis_cluster.go
Expand Up @@ -25,7 +25,7 @@ func (r *RedisCluster) ControllerInitiated() bool {
...
// ErrRedisIsDown is returned when we can't communicate with redis
var ErrRedisIsDown = errors.New("storage: Redis is either down or was not configured")

...
// RedisCluster is a storage manager that uses the redis database.
type RedisCluster struct {
KeyPrefix string
Expand Down

0 comments on commit dfd7638

Please sign in to comment.