destKey

  • Redis常用命令

    字符串string 能够存储字符串、整数、浮点数3种类型的值。 基本命令 + get key //读取 + set key value // 写入 + del key // 删除 …

    数据库 2022年8月27日