Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
Signed-off-by: Altynbaev Dinislam <altynbayevdr@sberautotech.ru>
  • Loading branch information
Altynbaev Dinislam committed Jan 29, 2024
1 parent 28a29c6 commit 148360d
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 148360d

Please sign in to comment.