Hacker News new | ask | show | jobs
by lessclue 2539 days ago
How will client libs that do connection pooling handle this? If a client opens a pool of 50 connections, will they be identified as 50 different clients, and receive 50 different pushes for invalidation? I guess the client libs will have to build a layer to balance caching on top of the pool.
1 comments

Just curious, why would you pool redis connections?
High throughput. Pooling is the default behaviour for many Redis clients too, isn't it? eg: https://github.com/gomodule/redigo