[Solved] Can pylibmc perform create, put and get cache operations in apache ignite? [closed]


Ignite is Memcached compliant which enables users to store and retrieve distributed data from Ignite cache using any Memcached compatible client.

For example you can use pylibmc (Python client for memcached) as described here:

https://apacheignite.readme.io/v2.4/docs/memcached-support#python

2

solved Can pylibmc perform create, put and get cache operations in apache ignite? [closed]