Skip to content
Advertisement

How can you, if even possible, Store binary image data within memcached?

I am developing a program to store binary image data, and I’ve decided to use memcached for the cache layer. I don’t actually get any error but when I store the binary data in it doesn’t quite work.This is what the output of the array is , Look closely at where it says Profile_Pic, the value is just one character

JavaScript

Advertisement

Answer

Nevermind, it turns out the issue was a internal code issue, I was inputing $keyvalue variable as an array which it is not.

User contributions licensed under: CC BY-SA
5 People found this is helpful
Advertisement