用户数到千万,并发数争取上1W。有一个推荐的中间件吗?谢谢朋友们!
codis, Wandoujia’s
Twitter and Wandoujia have each open sourced a project. You can search it on GitHub
The latest version of redis itself supports clustering and is a multi-master cluster. If you are interested, you can check out the redis homepage.
I am also investigating redis cluster solutions recently. Let’s first look at the official redis sentinel / redis cluster. Then consider third-party ones.
I don’t know what is the solution for redis cluster across computer rooms?
codis, Wandoujia’s
Twitter and Wandoujia have each open sourced a project. You can search it on GitHub
The latest version of redis itself supports clustering and is a multi-master cluster. If you are interested, you can check out the redis homepage.
I am also investigating redis cluster solutions recently. Let’s first look at the official redis sentinel / redis cluster. Then consider third-party ones.
I don’t know what is the solution for redis cluster across computer rooms?