Redis字符串(String)

Redis字符串数据类型的相关命令用于管理redis字符串值,基本语法如下:

语法

127.0.0.1:6379> COMMANDKEY_NAME

实例

127.0.0.1:6379> set chisj redis

OK

127.0.0.1:6379>get chisj

"redis"

Redis字符串命令

【Redis】----Redis字符串(String)

【Redis】----Redis字符串(String)

【Redis】----Redis字符串(String)

相关文章:

  • 2023-02-24
  • 2022-12-23
  • 2022-12-23
  • 2021-11-17
  • 2021-09-28
  • 2021-11-26
  • 2021-09-16
  • 2022-12-23
猜你喜欢
  • 2021-06-22
  • 2021-10-01
  • 2021-08-05
  • 2022-12-23
  • 2022-12-23
  • 2021-05-19
相关资源
相似解决方案