Redis 常见面试题(带答案)110道 - 架构师专栏的文章 - 知乎 https://zhuanlan.zhihu.com/p/423894153
post/delete/put/get/head
get /cat/nodes?v
get /cat/health?v
get /cat
get /cat/indices
get /cat/indices/myindex
get /myindex
get /myindex/mapping
get /myindex/alias
delete/head /myindex
post reindex
{
source:{
index:stu,
source:[id,name]
},
dest:{
index:stu2
}
}
get /stu/search
get /stu/doc/1
post /stu/doc/2{}
post /stu/doc{}
post /stu/update/2
delete/head /stu/doc/1
get /analyze
{
text:chinese,
analyzer:ik_smart/ik_max_word
}
8648

被折叠的 条评论
为什么被折叠?



