随笔分类 -  nosql

摘要:111 阅读全文
posted @ 2018-11-01 12:52 少校的小木屋 阅读(159) 评论(0) 推荐(0)
摘要:集群(官方) 阅读全文
posted @ 2018-11-01 12:49 少校的小木屋 阅读(112) 评论(0) 推荐(0)
摘要:哨兵 阅读全文
posted @ 2018-11-01 12:48 少校的小木屋 阅读(96) 评论(0) 推荐(0)
摘要:主从复制方案 阅读全文
posted @ 2018-11-01 12:47 少校的小木屋 阅读(107) 评论(0) 推荐(0)
摘要:数据类型 阅读全文
posted @ 2018-11-01 12:46 少校的小木屋 阅读(103) 评论(0) 推荐(0)
摘要:rdb aof 阅读全文
posted @ 2018-11-01 12:45 少校的小木屋 阅读(107) 评论(0) 推荐(0)
摘要:单点部署方案 环境准备: [root@localhost ~]# cat /etc/redhat-release CentOS Linux release 7.2.1511 (Core) [root@localhost ~]# uname -r3.10.0-327.el7.x86_64[root@l 阅读全文
posted @ 2018-11-01 09:52 少校的小木屋 阅读(282) 评论(0) 推荐(0)
摘要:一、redis简介 Redis是一款开源的、高性能的键-值存储。它常被称作是一款数据结构服务器。 当值支持的主要数据类型为:字符串(strings)类型,括哈希(hashes)、列表(lists)、集合(sets)和 有序集合(sorted sets)等数据类型。 同时Redis可以进行持久化(将数 阅读全文
posted @ 2018-10-31 18:38 少校的小木屋 阅读(273) 评论(0) 推荐(0)