07 2021 档案
ElasticSearch 按值排序
摘要:索引映射如下: PUT sampleindex { "mappings": { "_doc": { "properties": { "genre": { "type": "text", "fields": { "raw": { "type": "keyword" } } }, "movie": {
阅读全文
Redis set 详解
摘要:一、SET key value [EX seconds] [PX milliseconds] [NX|XX] 如果 key 已经持有其他值, SET 就覆写旧值,无视类型。 对于某个原本带有生存时间(TTL)的键来说, 当 SET 命令成功在这个键上执行时, 这个键原有的 TTL 将被清除。 二、可
阅读全文
浙公网安备 33010602011771号