S
S
seredaes2017-05-05 02:27:57
PHP
seredaes, 2017-05-05 02:27:57

Why doesn't memcache 1.4 x64 save an array of 34,000 items as json?

memcache_set($memcache, "result_1", $owner, 0, 60);
I save an array like this in memcache, but I get NULL at the output.
What am I doing wrong?
If you keep the plain text, everything works.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
Sergey, 2017-09-26
@avsej

Most likely, the resulting object is larger than allowed on the server. You can try to increase it with the key -I
https://github.com/memcached/memcached/blob/master...

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question