Hello, Use case is in given cluster of machines (e.g. 3 to 4), I want to store all cache item with key name users on one machine, another cache item with key name posts on different machine etc. Thus is to distribute the load of cache storage hoping to get performance benefit, better cache management, etc..
Any recommendations i.e. pros cons on this approach is welcome for me... On Thursday, April 30, 2020, Ilya Kasnacheev <[email protected]> wrote: > Hello! > > I think it is doable to some extent, but I would like to hear why you want > that. > > Regards, > -- > Ilya Kasnacheev > > > чт, 30 апр. 2020 г. в 13:21, Sudhir Patil <[email protected]>: > >> Hi All, >> >> Use case is to store a cache item each on specific machine within cluster. >> >> What are recommendations for this? >> Is it beneficial / performant one? >> Is it getting away from distributed caching fundamentals & it benefits? >> If yes, what are reasons behind it ??? >> >> Regards, >> SP >> >
