Hello all,
Could anybody please help me with configuration to get Python interaction with
Ignite memcache?
I read this article:
https://apacheignite.readme.io/v2.0/docs/memcached-support#python
and configured CentOS 7: installed python3.6.x + pylibmc + libmemcached-devel.
Wrote that sample Python script and got CONNECTION_FAILURE for:
client.set("key", "val")
I tested Ignite cache with another python library - it works, so as i can see,
the problem with pylibmc / libmemcached integration with Ignite.
Also i tested pylibmc with memcached - it works curiously well!
Then i went in and tested this python script on Apache Ignite version: 2.0.0 /
1.9.0 / 1.8.0 / 1.7.0 / 1.6.0 / 1.5.0.final / 1.0.0 - no one does not work!
(i ran Ignite with example-cache.xml property as mentioned in doc)
Is that Python program really working?
Did Python pylibmc package tested for compatibility with Ignite 2.0?
What i did wrong?
I can provide more info by request.
Please reply.
Best regards,
Valeriy
----------------------------------------------------------------------