Data Center, Colocation, Cloud Computing, Storage, Dedicated Servers Forums

Data Center, Colocation, Cloud Computing, Storage, Dedicated Servers Forums (http://www.datacentertalk.com/forum/index.php)
-   Cluster and Cloud Computing Discussion Forum (http://www.datacentertalk.com/forum/forumdisplay.php?f=69)
-   -   Memcache cluster (http://www.datacentertalk.com/forum/showthread.php?t=54234)

richdata 09-13-2015 12:29 PM

Memcache cluster
 
Has anyone ever done this? Benefits over Redis cluster? :confused:

CoolGeek 09-13-2015 01:03 PM

Quote:

Originally Posted by richdata (Post 70649)
Has anyone ever done this? Benefits over Redis cluster? :confused:

memcache doesn't cluster it's just a farm (it has not single master node, all the servers are ignorant of one another) so you really are not going to be making a true cluster with it.

As for redis not sure.. can anyone comment?

adilkhan009 09-08-2016 11:48 AM

Redis Cluster tries harder to retain writes that are performed by clients connected to the majority of masters, compared to writes performed in the minority side.

david smith 01-28-2017 11:33 AM

Memcached server is entirely blind to which objects stored over it. This unpretentious architecture enables Memcached to be effective and fast but comes with poor dependability, which is undesirable for most web applications these days.

24x7servermanagement 07-26-2017 11:58 AM

Memcache is volatile memory server.Memcache is used for caching while Radis used as database as well as caching system.

Radis is faster than Memcache. You can specify the size to Memcache and it will use too much space compare to Radis. Radis will provide the space back if it is not used.


All times are GMT. The time now is 06:49 AM.

Powered by vBulletin® Version 3.8.9
Copyright ©2000 - 2024, vBulletin Solutions, Inc.