Re: Can't use memcache with my application

2010-06-25 Thread Neil Middleton
I'm not sure if this is a related issue or not, but heroku have an example app of Rails 3b4 with memcached here: http://github.com/heroku-examples/r3b4-memcache-heroku However, if we flip it to memcached-northscale we start seeing :

Re: Can't use memcache with my application

2010-06-25 Thread Oren Teich
Just pushed an update for the northscale gem: http://github.com/heroku-examples/r3b4-memcache-heroku/commit/4fbc4f15dfa9f375b30325a62d9311a87cf07e7b Oren On Fri, Jun 25, 2010 at 4:11 AM, Neil Middleton neil.middle...@gmail.comwrote: I'm not sure if this is a related issue or not, but heroku

Re: Can't use memcache with my application

2010-06-24 Thread Sean Lynch
Hi, Eki. This is a side-effect of Fauna's throwing exceptions for errors that would just show up as misses in memcache-client. I've fixed this and it's in testing in a gem called memcached-northscale. You still use require 'Memcached', just use memcached-northscale instead of memcached in your

Re: Can't use memcache with my application

2010-06-24 Thread Eki
Thanks alot Sean, U r the man :) its working now , Cheers On Jun 24, 7:39 pm, Sean Lynch se...@literati.org wrote: Hi, Eki. This is a side-effect of Fauna's throwing exceptions for errors that would just show up as misses in memcache-client. I've fixed this and it's in testing in a gem