Redis 知識點目錄

Redis 數據類型

  • String: 字符串
  • Hash: 散列
  • List: 列表
  • Set: 集合
  • Sorted Set: 有序集合

Redis 操作命令

  官網命令:http://www.redis.cn/commands.html

  菜鳥教程:https://www.runoob.com/redis/redis-tutorial.html

  Redis 管道 

    https://www.cnblogs.com/songadmin/p/10783146.html

  Redis 事務

Redis 安裝

  Liunx PHP安裝Redis擴展

    Window PHP安裝Redis 擴展

  CentOS 安裝Redis

Redis 配置

  Redis 修改密碼和更改端口 

  Redis 日誌

  Redis 備份還原

  Redis 的過期策略和內存淘汰機制

  Redis 哨兵與主從複製

  Redis 內存管理機制

 

 PHP 操作 redis 手冊:https://www.daixiaorui.com/manual_phpredis.html

 Redis 官網:https://www.redis.net.cn/order/

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章