Y
Hacker News
new
|
ask
|
show
|
jobs
by
zmj
2545 days ago
Just curious, why would you pool redis connections?
1 comments
lessclue
2545 days ago
High throughput. Pooling is the default behaviour for many Redis clients too, isn't it? eg:
https://github.com/gomodule/redigo
link