Live data from Hacker News

ApsaraCache: A Redis branch originated from Alibaba Group

github.com

1–10 of 43 posts

Re: ApsaraCache: A Redis branch originated from Alibaba Group

#5
post #3
post #2

30% faster by which measurements? Not much info on the docs....

yeah, one of the few red flags > In short connection scenario, ApsaraCache makes 30% performance increase compared with the vanilla version. sounds like a cherry picked case to me

Cherry-picked IMHO isn't necessarily the right label for that. They don't claim they made an universally 30% faster redis, they clearly say one of the things they did improved performance for a specific case.

If anything, the OP here is misleading by quoting it as a general improvement.

Re: ApsaraCache: A Redis branch originated from Alibaba Group

#8

I wonder if Redis throughput is even a problem in practice. People usually add nodes to get more capacity (memory).

For most use-cases, Redis nodes will saturate network IO before CPU, but it should be noted that Redis is single-threaded so YMMV.

Re: ApsaraCache: A Redis branch originated from Alibaba Group

#10
Reminds me of HHVM: a specific solution developed by a specific team for their specific problem.

Might help Redis on the long run though: some ideas might be brought back to Redis, or at least it will bring some challenge to the devs.

Meanwhile, keep calm and use Redis ;-)

Post reply on HN