Help a n00b with error messages

Chris Hartjes chartjes at gmail.com
Thu Dec 2 08:19:13 PST 2004


Ah ha!  No spaces in the key.  Got it.


On Thu, 02 Dec 2004 09:18:10 -0700, Timo Ewalds <timo at tzc.com> wrote:
> you're likely using an invalid key, in the sense that the key can't have
> spaces, while queries must. You'll either want to use a hash of the
> query as the key, or only cache queries that benefit from it. Things
> that update constantly likely aren't as good candidates as more static
> information. You'll also notice that you can decrease cpu usage by
> caching the final result if processing the results are needed beyond
> just output.
> 
> Timo
> 
> 
> 
> Chris Hartjes wrote:
> 
> >Okay, so my unit tests went off okay.  Now I'm trying to store a MySQL
> >result set in the cache.  I'm getting the following error:
> >
> >Failed to receive the STORED response from the server
> >
> >What exactly does this mean?  Could it be that either my key or my
> >result set is too large?
> >
> >
> >
> 


-- 
Chris Hartjes

"I know monkeys, and monkeys are good people!"


More information about the memcached mailing list