We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
1GHz,
The text was updated successfully, but these errors were encountered:
python 的 list 类型数据作为value存储到memcached中,我用Java 取出的时候是如何指定类型的?我用Object的时候, 总是取出null。 For example: python: mc.set("key_a_b_c",["A","B","C"]) 用python的话可以成功存储并取出。 但是用Java: Object obj = mc.get("key_a_b_c") obj 总是null。 如果用其他类型, 就会抛出异常。
Sorry, something went wrong.
@wzzzzz
建议采用language neutral的序列化方法来存储数据(比如JSON)。(Java未必能够识别Python使用的序列化方法)
No branches or pull requests
课程代码
Hardware Speed
CPU
1GHz,
Memory (Primary)
读取1mb, 250us
Hard Disk
-- 1mb, 1ms
-- 1 ms
Network
-- 150ms
The text was updated successfully, but these errors were encountered: