hi list. we are trying to migrate from Cache::Memcached to Cache::Memcached::Fast and we get 2 issues.
the issue one is: even I use "Namespace1" as the Cache::Memcached namespace and "NameSpace2" as the ::Fast namespace, I'm still confused to get strange results from some keys like one key, it should return a hash, and it is right sometimes and it returns number, or arrayref or a different hash(which should be a different key) sometimes.(when we have Cache::Memcached running) does anyone here has the same issue as me and guide me out? the issue two is: the load is very high with ::Fast, we have 15 servers with memcached, and the load is fine under Cache::Memcached but it becomes 7 or higher with ::Fast I set the params in ::Fast as servers: [list] max_failures: 3 failure_timeout: 1 and I'm 100% sure the length of the key is just 255
