nginx memcached module and strange characters
Travis Bell
lists at ruby-forum.com
Mon Feb 9 14:11:41 MSK 2009
Travis Bell wrote:
> Travis Bell wrote:
>> Nanyang Zhan wrote:
>>> The problem is solved.
>>> By default marshal values are cached. Just cache raw content, there will
>>> be no quotation mark.
>>
>> Hey Nanyang,
>>
>> Could you explain in lamens terms what that means? I am running into
>> this issue and not sure why or how to fix it.
>
> Nevermind! The following set command is what anyone having this problem
> is after (if you're using memcached):
>
Haha... oi, it's getting late. marshal needs to be set to FALSE...
set (key, value, ttl=nil, marshal=false, flags=FLAGS)
--
Posted via http://www.ruby-forum.com/.
More information about the nginx
mailing list