Go to file
Александр Толстихин c8d21b4ef4
Some checks failed
build / test (push) Failing after 12s
build / lint (push) Failing after 15s
codeql / analyze (go) (push) Failing after 13m53s
Replace RedisCluster to RedisUniversalClient (#114)
1. Replace redis.Client to redis.UniversalClient
2. Replace ClusterConfig to UniversalConfig

closes #113

Co-authored-by: Aleksandr Tolstikhin <atolstikhin@mtsbank.ru>
Co-authored-by: Vasiliy Tolstov <v.tolstov@unistack.org>
Reviewed-on: #114
Reviewed-by: Василий Толстов <v.tolstov@unistack.org>
Co-authored-by: Александр Толстихин <tolstihin1996@mail.ru>
Co-committed-by: Александр Толстихин <tolstihin1996@mail.ru>
2024-10-04 00:20:23 +03:00
.github Bump dependabot/fetch-metadata from 1.3.5 to 1.3.6 (#95) 2023-01-30 21:21:49 +03:00
.synced use own fork 2021-01-16 03:00:25 +03:00
go.mod add MWrite func 2023-10-21 00:57:12 +03:00
go.sum add MWrite func 2023-10-21 00:57:12 +03:00
LICENSE use own fork 2021-01-16 03:00:25 +03:00
options.go Replace RedisCluster to RedisUniversalClient (#114) 2024-10-04 00:20:23 +03:00
redis_test.go add ability to get *redis.Client 2023-12-12 13:52:37 +03:00
redis.go Replace RedisCluster to RedisUniversalClient (#114) 2024-10-04 00:20:23 +03:00