GithubHelp home page GithubHelp logo

Comments (5)

newroot avatar newroot commented on June 6, 2024

which version are you using? 2.5.1 or 2.0.1?
I will try to reproduce this issue with the version 2.5.1 together with latest tykyo tyrant as soon as possible.

from memcached-java-client.

yheart avatar yheart commented on June 6, 2024

Hi,I'm using 2.5.1 , thank you for your response :)

from memcached-java-client.

happybyron avatar happybyron commented on June 6, 2024

Hi yheart:
I have reproduced the problem with 2.5.1 as well. However, during the debug, I have found the flag number returned by ttserver always is 0 which not implemented as same as Memcached server. you can find more about the memcached protocol here: http://code.sixapart.com/svn/memcached/trunk/server/doc/protocol.txt
Therefore, base on the return flag number, our client is not able to retrieve the value. That is what we found so far and we will try to figure out a way to get around with it in the future.

Thanks a lot for letting us know about the problem.

from memcached-java-client.

happybyron avatar happybyron commented on June 6, 2024

Hello yheart:
During the research, I have found since our memcached client distinguishes different object type and set different different flag value to improve the performance, SpyMemcached stores all values as object only which will reduce the performance. In source code, if you change the code in class AscIIClient.java line 373, int flag = 0, using our client to set value and get value, it will works very well. However, the performance will be lower than b4.

from memcached-java-client.

newroot avatar newroot commented on June 6, 2024

Because tykyo tyrant doesn't support flag as stock memcached, we will close this issue.

from memcached-java-client.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.