Re: django + memcached: problem with limit of 1 mb

2010-02-18 Thread Javier Guerra
On Thu, Feb 18, 2010 at 2:32 PM, ramu...@gmail.com wrote: > Does anyone know about any solutions for keeping data bigger, than 1 > mb in memcached ? sure, use the filesystem. seriously; nginx can serve static data from disk just as fast as memcached does from RAM. -- Javier -- You received t

Re: django + memcached: problem with limit of 1 mb

2010-02-18 Thread ramu...@gmail.com
This can works on the base of this snippet http://www.djangosnippets.org/snippets/488/ -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@googlegroups.com. To unsubscribe from this group, send emai