codeberg.org topics: redis-cluster
andrewarrow/rock
"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.
Language: Go - Size: 152 KB - Last synced at: over 1 year ago - Stars: 0 - Forks: 0