Redis命令参考:http://doc.redisfans.com/

  1. 连接redis客户端:$ redis-cli -h host -p port -a password
    退出连接:quit

  2. Redis常用五种数据类型:string,hash,list,set,zset(sorted set).

    Redis基础命令总结

  3. Redis 操作命令


    Redis基础命令总结
    Redis基础命令总结
    Redis基础命令总结
    Redis基础命令总结

相关文章:

  • 2022-02-09
  • 2022-01-06
  • 2018-11-10
猜你喜欢
  • 2022-02-26
  • 2022-12-23
  • 2021-03-05
  • 2018-01-18
  • 2021-12-27
  • 2021-06-01
相关资源
相似解决方案