redis_dataredis_dataexists本页总览exists 指定的键是否存在(exists) 声明 bool exists(mixed db, string key) 参数 参数名描述db数据库名称或者数据库对象key键 返回值 true-存在/false-不存在 使用方式 返回文档