1
0
mirror of https://github.com/redis/go-redis.git synced 2025-09-05 20:24:00 +03:00
Commit Graph

7 Commits

Author SHA1 Message Date
Nedyalko Dyakov
32ddb96a6b example circuit breaker implementation, fast fail on big pools 2025-09-02 18:50:24 +03:00
Nedyalko Dyakov
b65bc6e591 bugfixes and default config optimization 2025-08-29 20:00:39 +03:00
Nedyalko Dyakov
18150e4b47 log level as const 2025-08-28 19:04:05 +03:00
Nedyalko Dyakov
4940827684 refactor for readibility x2 2025-08-21 16:12:26 +03:00
Nedyalko Dyakov
2e47e39a97 address pr comments 2025-08-21 16:02:02 +03:00
Nedyalko Dyakov
ded98eccb1 address comments 2025-08-19 15:56:48 +03:00
Nedyalko Dyakov
5649ffb314 feat(hitless): Introduce handlers for hitless upgrades
This commit includes all the work on hitless upgrades with the addition
of:

- Pubsub Pool
- Examples
- Refactor of push
- Refactor of pool (using atomics for most things)
- Introducing of hooks in pool
2025-08-18 22:14:06 +03:00