On Thu, Mar 9, 2017 at 4:08 PM, ssamarin <[email protected]> wrote:
> Thanks Martin, I got it working! > > Question though: is it possible to have fallback mechanism? > > Let's say memcached crashes or process is not present - can wicket switch > back to disk mechanism? > There is no such support at the moment. If you need it you will have to implement it yourself. And contribute it maybe ... :-) But AFAIR it supports a list of Memcached addresses so if one instance it down at least the other(s) could be up. > > -- > View this message in context: http://apache-wicket.1842946. > n4.nabble.com/wicketstuff-datastore-memcached-guide-tp4677272p4677282.html > Sent from the Users forum mailing list archive at Nabble.com. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
