- Los Angeles, CA
- https://andrewarrow.dev/
-
NY->TX->CO->PA->CA Degree actually in Computer Science https://www.cs.pitt.edu/ but what does "college" matter. https://www.linkedin.com/in/andrewarrow/
-
Joined on
2024-02-15
"Redis Orchestration of Cluster Konnections" (ROCK)
I could not get goredis poolsize configs to work for me.
This is a very simple thread-safe redis cluster client. Each ClientConnection has a map of redis node hostname+port and the current "target" it just connected to after the last MOV. When it gets a MOV response with 127.0.0.1:30003 and 127.0.0.1:30003 is not
in the map of hosts, it will connect and add it.
Updated 2024-12-03 05:47:04 +01:00
Updated 2024-05-21 18:54:45 +02:00