0
点赞
收藏
分享

微信扫一扫

redis菜鸟教程

残北 2022-11-15 阅读 130


  1. Redis 简介
    ​​​http://www.runoob.com/redis/redis-intro.html​​
  2. Redis 安装
    ​​​http://www.runoob.com/redis/redis-install.html​​
  3. Redis 配置
    ​​​http://www.runoob.com/redis/redis-conf.html​​
  4. Redis 数据类型
    ​​​http://www.runoob.com/redis/redis-data-types.html​​
  5. Redis 命令
    ​​​http://www.runoob.com/redis/redis-commands.html​​
  6. Redis 键(key)
    ​​​http://www.runoob.com/redis/redis-keys.html​​
  7. Redis 字符串(String)
    ​​​http://www.runoob.com/redis/redis-strings.html​​
  8. Redis 哈希(Hash)
    ​​​http://www.runoob.com/redis/redis-hashes.html​​
  9. Redis 列表(List)
    ​​​http://www.runoob.com/redis/redis-lists.html​​
  10. Redis 集合(Set)
    ​​​http://www.runoob.com/redis/redis-sets.html​​
  11. Redis 有序集合(sorted set)
    ​​​http://www.runoob.com/redis/redis-sorted-sets.html​​
  12. Redis HyperLogLog
    ​​​http://www.runoob.com/redis/redis-hyperloglog.html​​
  13. Redis 发布订阅
    ​​​http://www.runoob.com/redis/redis-pub-sub.html​​
  14. Redis 事务
    ​​​http://www.runoob.com/redis/redis-transactions.html​​
  15. Redis 脚本
    ​​​http://www.runoob.com/redis/redis-scripting.html​​
  16. Redis 连接
    ​​​http://www.runoob.com/redis/redis-connection.html​​
  17. Redis 服务器
    ​​​http://www.runoob.com/redis/redis-server.html​​
  18. Redis 数据备份与恢复
    ​​​http://www.runoob.com/redis/redis-backup.html​​
  19. Redis 安全
    ​​​http://www.runoob.com/redis/redis-security.html​​
  20. Redis 性能测试
    ​​​http://www.runoob.com/redis/redis-benchmarks.html​​
  21. Redis 客户端连接
    ​​​http://www.runoob.com/redis/redis-client-connection.html​​
  22. Redis 管道技术
    ​​​http://www.runoob.com/redis/redis-pipelining.html​​
  23. Redis 分区
    ​​​http://www.runoob.com/redis/redis-partitioning.html​​
  24. Java 使用 Redis
    ​​​http://www.runoob.com/redis/redis-java.html​​


举报

相关推荐

0 条评论