Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Altynbaev Dinislam committed Jan 22, 2024
1 parent 79f06c2 commit c019529
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib/cache/cache.go
Expand Up @@ -31,10 +31,10 @@ const (
// Memory the cache name of memory
Memory = "memory"
// Redis the cache name of redis
Redis = "redis"
Redis = "redis"
RedisTLS = "rediss"
// RedisSentinel the cache name of redis sentinel
RedisSentinel = "redis+sentinel"
RedisSentinel = "redis+sentinel"
RedisSentinelTLS = "rediss+sentinel"
)

Expand Down

0 comments on commit c019529

Please sign in to comment.