您的位置:首页 > 数据库 > Redis

redis菜鸟教程

2016-04-01 23:20 519 查看
Redis 简介

http://www.runoob.com/redis/redis-intro.html

Redis 安装

http://www.runoob.com/redis/redis-install.html

Redis 配置

http://www.runoob.com/redis/redis-conf.html

Redis 数据类型

http://www.runoob.com/redis/redis-data-types.html

Redis 命令

http://www.runoob.com/redis/redis-commands.html

Redis 键(key)

http://www.runoob.com/redis/redis-keys.html

Redis 字符串(String)

http://www.runoob.com/redis/redis-strings.html

Redis 哈希(Hash)

http://www.runoob.com/redis/redis-hashes.html

Redis 列表(List)

http://www.runoob.com/redis/redis-lists.html

Redis 集合(Set)

http://www.runoob.com/redis/redis-sets.html

Redis 有序集合(sorted set)

http://www.runoob.com/redis/redis-sorted-sets.html

Redis HyperLogLog

http://www.runoob.com/redis/redis-hyperloglog.html

Redis 发布订阅

http://www.runoob.com/redis/redis-pub-sub.html

Redis 事务

http://www.runoob.com/redis/redis-transactions.html

Redis 脚本

http://www.runoob.com/redis/redis-scripting.html

Redis 连接

http://www.runoob.com/redis/redis-connection.html

Redis 服务器

http://www.runoob.com/redis/redis-server.html

Redis 数据备份与恢复

http://www.runoob.com/redis/redis-backup.html

Redis 安全

http://www.runoob.com/redis/redis-security.html

Redis 性能测试

http://www.runoob.com/redis/redis-benchmarks.html

Redis 客户端连接

http://www.runoob.com/redis/redis-client-connection.html

Redis 管道技术

http://www.runoob.com/redis/redis-pipelining.html

Redis 分区

http://www.runoob.com/redis/redis-partitioning.html

Java 使用 Redis

http://www.runoob.com/redis/redis-java.html
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: