Hi All,
I've added the documentation for Memcached support and put some coding examples in Ruby and Python. Because of my limited knowledge in these two languages, was wondering if someone could help me test it ;-) Thanks, -Prachi |
On Thu, May 7, 2015 at 11:13 AM, Prachi Garg <[hidden email]> wrote:
> Hi All, > > I've added the documentation for Memcached support and put some coding > examples in Ruby and Python. Because of my limited knowledge in these two > languages, was wondering if someone could help me test it ;-) > Prachi, can you please provide the links here? > > Thanks, > -Prachi > |
Memcached Support -
http://apacheignite.readme.io/v1.0/docs/memcached-support Memcached Support for Python - http://apacheignite.readme.io/v1.0/docs/python Memcached Support for Ruby - http://apacheignite.readme.io/v1.0/docs/ruby On Thu, May 7, 2015 at 1:37 PM, Dmitriy Setrakyan <[hidden email]> wrote: > On Thu, May 7, 2015 at 11:13 AM, Prachi Garg <[hidden email]> wrote: > > > Hi All, > > > > I've added the documentation for Memcached support and put some coding > > examples in Ruby and Python. Because of my limited knowledge in these two > > languages, was wondering if someone could help me test it ;-) > > > > Prachi, can you please provide the links here? > > > > > > Thanks, > > -Prachi > > > |
Prachi,
1. Is rest-http dependency really a requirement? I don't think so. Can you recheck? 2. we should mention that we only support Memcached binary protocol. Spec is here - https://code.google.com/p/memcached/wiki/BinaryProtocolRevamped Otherwise, looks good! Thanks! --Yakov 2015-05-08 1:00 GMT+03:00 Prachi Garg <[hidden email]>: > Memcached Support - > http://apacheignite.readme.io/v1.0/docs/memcached-support > > Memcached Support for Python - > http://apacheignite.readme.io/v1.0/docs/python > > Memcached Support for Ruby - http://apacheignite.readme.io/v1.0/docs/ruby > > On Thu, May 7, 2015 at 1:37 PM, Dmitriy Setrakyan <[hidden email]> > wrote: > > > On Thu, May 7, 2015 at 11:13 AM, Prachi Garg <[hidden email]> wrote: > > > > > Hi All, > > > > > > I've added the documentation for Memcached support and put some coding > > > examples in Ruby and Python. Because of my limited knowledge in these > two > > > languages, was wondering if someone could help me test it ;-) > > > > > > > Prachi, can you please provide the links here? > > > > > > > > > > Thanks, > > > -Prachi > > > > > > |
On Fri, May 8, 2015 at 1:30 AM, Yakov Zhdanov <[hidden email]> wrote:
> Prachi, > > 1. Is rest-http dependency really a requirement? I don't think so. Can you > recheck? > 2. we should mention that we only support Memcached binary protocol. Spec > is here - https://code.google.com/p/memcached/wiki/BinaryProtocolRevamped Yakov, is there a way we can add text-based support as well? > > > Otherwise, looks good! Thanks! > > --Yakov > > 2015-05-08 1:00 GMT+03:00 Prachi Garg <[hidden email]>: > > > Memcached Support - > > http://apacheignite.readme.io/v1.0/docs/memcached-support > > > > Memcached Support for Python - > > http://apacheignite.readme.io/v1.0/docs/python > > > > Memcached Support for Ruby - > http://apacheignite.readme.io/v1.0/docs/ruby > > > > On Thu, May 7, 2015 at 1:37 PM, Dmitriy Setrakyan <[hidden email] > > > > wrote: > > > > > On Thu, May 7, 2015 at 11:13 AM, Prachi Garg <[hidden email]> > wrote: > > > > > > > Hi All, > > > > > > > > I've added the documentation for Memcached support and put some > coding > > > > examples in Ruby and Python. Because of my limited knowledge in these > > two > > > > languages, was wondering if someone could help me test it ;-) > > > > > > > > > > Prachi, can you please provide the links here? > > > > > > > > > > > > > > Thanks, > > > > -Prachi > > > > > > > > > > |
Well... how about implementing it? =)
https://issues.apache.org/jira/browse/IGNITE-89 --Yakov 2015-05-08 11:32 GMT+03:00 Dmitriy Setrakyan <[hidden email]>: > On Fri, May 8, 2015 at 1:30 AM, Yakov Zhdanov <[hidden email]> wrote: > > > Prachi, > > > > 1. Is rest-http dependency really a requirement? I don't think so. Can > you > > recheck? > > 2. we should mention that we only support Memcached binary protocol. Spec > > is here - > https://code.google.com/p/memcached/wiki/BinaryProtocolRevamped > > > Yakov, is there a way we can add text-based support as well? > > > > > > > > Otherwise, looks good! Thanks! > > > > --Yakov > > > > 2015-05-08 1:00 GMT+03:00 Prachi Garg <[hidden email]>: > > > > > Memcached Support - > > > http://apacheignite.readme.io/v1.0/docs/memcached-support > > > > > > Memcached Support for Python - > > > http://apacheignite.readme.io/v1.0/docs/python > > > > > > Memcached Support for Ruby - > > http://apacheignite.readme.io/v1.0/docs/ruby > > > > > > On Thu, May 7, 2015 at 1:37 PM, Dmitriy Setrakyan < > [hidden email] > > > > > > wrote: > > > > > > > On Thu, May 7, 2015 at 11:13 AM, Prachi Garg <[hidden email]> > > wrote: > > > > > > > > > Hi All, > > > > > > > > > > I've added the documentation for Memcached support and put some > > coding > > > > > examples in Ruby and Python. Because of my limited knowledge in > these > > > two > > > > > languages, was wondering if someone could help me test it ;-) > > > > > > > > > > > > > Prachi, can you please provide the links here? > > > > > > > > > > > > > > > > > > Thanks, > > > > > -Prachi > > > > > > > > > > > > > > > |
In reply to this post by dsetrakyan
You're right, Yakov. We do not need rest-http dependency. I've fixed the
documentation and have also mentioned there that we only support binary protocol for memcache. -P On Fri, May 8, 2015 at 1:32 AM, Dmitriy Setrakyan <[hidden email]> wrote: > On Fri, May 8, 2015 at 1:30 AM, Yakov Zhdanov <[hidden email]> wrote: > > > Prachi, > > > > 1. Is rest-http dependency really a requirement? I don't think so. Can > you > > recheck? > > 2. we should mention that we only support Memcached binary protocol. Spec > > is here - > https://code.google.com/p/memcached/wiki/BinaryProtocolRevamped > > > Yakov, is there a way we can add text-based support as well? > > > > > > > > Otherwise, looks good! Thanks! > > > > --Yakov > > > > 2015-05-08 1:00 GMT+03:00 Prachi Garg <[hidden email]>: > > > > > Memcached Support - > > > http://apacheignite.readme.io/v1.0/docs/memcached-support > > > > > > Memcached Support for Python - > > > http://apacheignite.readme.io/v1.0/docs/python > > > > > > Memcached Support for Ruby - > > http://apacheignite.readme.io/v1.0/docs/ruby > > > > > > On Thu, May 7, 2015 at 1:37 PM, Dmitriy Setrakyan < > [hidden email] > > > > > > wrote: > > > > > > > On Thu, May 7, 2015 at 11:13 AM, Prachi Garg <[hidden email]> > > wrote: > > > > > > > > > Hi All, > > > > > > > > > > I've added the documentation for Memcached support and put some > > coding > > > > > examples in Ruby and Python. Because of my limited knowledge in > these > > > two > > > > > languages, was wondering if someone could help me test it ;-) > > > > > > > > > > > > > Prachi, can you please provide the links here? > > > > > > > > > > > > > > > > > > Thanks, > > > > > -Prachi > > > > > > > > > > > > > > > |
Free forum by Nabble | Edit this page |