首页
学习
活动
专区
圈层
工具
发布
首页
学习
活动
专区
圈层
工具
MCP广场
社区首页 >专栏 >memcached基础14

memcached基础14

作者头像
franket
发布2022-06-26 23:36:53
发布2022-06-26 23:36:53
2290
举报
文章被收录于专栏:技术杂记技术杂记

add

添加不存在的KEY

add abc 0 0 8

qwertyui

STORED

get abc

VALUE abc 0 8

qwertyui

END

add abc 0 0 8

iuytrewq

NOT_STORED

get abc

VALUE abc 0 8

qwertyui

END

replace

替换已存在的KEY

get abc

VALUE abc 0 8

qwertyui

END

replace abc 0 0 9

asdfghjkl

STORED

get abc

VALUE abc 0 9

asdfghjkl

END

replace ui 0 0 8

asdfghjkl

CLIENT_ERROR bad data chunk

ERROR

gets

查看修改tag

get abc

VALUE abc 0 9

asdfghjkl

END

gets abc

VALUE abc 0 9 8

asdfghjkl

END

set abc 0 0 8

zxcvbnml

STORED

get abc

VALUE abc 0 8

zxcvbnml

END

gets abc

VALUE abc 0 8 9

zxcvbnml

END

本文系转载,前往查看

如有侵权,请联系 cloudcommunity@tencent.com 删除。

本文系转载前往查看

如有侵权,请联系 cloudcommunity@tencent.com 删除。

评论
登录后参与评论
0 条评论
热度
最新
推荐阅读
领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档