Redis键管理TOUCH本页总览TOUCH说明官方文档:TOUCH。 更新键的最近访问记录。 语法 TOUCH key [key ...] 返回结果 返回形式行数内容更新计数--被 TOUCH 的键的数量。 示例 SET demo:message helloTOUCH demo:message