1
0
mirror of https://github.com/redis/go-redis.git synced 2025-07-20 22:42:59 +03:00
Commit Graph

8 Commits

Author SHA1 Message Date
d0bfdabf6b refactor(auth): early returns in cred listener 2025-04-24 17:15:17 +03:00
4ab4980247 fix race in tests 2025-04-22 15:47:15 +03:00
44628c5dbd add tests 2025-04-22 15:41:35 +03:00
d0a8c76d84 Change function type name
Change CancelProviderFunc to UnsubscribeFunc
2025-04-16 12:12:53 +03:00
40a89c56cc Initial re authentication implementation
Introduces the StreamingCredentialsProvider as the CredentialsProvider
with the highest priority.

TODO: needs to be tested
2025-04-15 13:32:33 +03:00
fa59ccef4f add package level comment 2025-03-24 18:13:58 +02:00
df9bfce954 update documentation 2025-03-24 16:29:15 +02:00
5410adb9dc wip 2025-03-18 11:07:14 +02:00