Memcached-MemcacheIllegalInputError – Data values must be binary-safe: ‘ascii’ codec can’t encode characters in position 2-5: ordinal not in range(128
I’m doing some tests with memcached on my django project to understand if I can get benefit of it. But I stuck at unicode character caching. I read many article about it but still could not understand how can I make it work. Here is my code block: