赵强老师:NoSQL数据库系列课程之:Redis(1)



赵强老师:NoSQL数据库系列课程之:Redis(1)

Rating 3.7 out of 5 (5 ratings in Udemy)


What you'll learn
  • MemCached 缓存技术
  • Redis的概念和基本操作
  • Redis的高级功能
  • Redis的主从复制

Description

Redis是一个key-value存储系统。和Memcached类似,它支持存储的value类型相对更多,包括string(字符串)、list(链表)、set(集合)、zset(sorted set --有序集合)和hash(哈希类型)。这些数据类型都支持push/pop、add/remove及取交集并集和差集及更丰富的操作,而且这些操作都是原子性的。在此基础上,redis支持各种不同方式的排序。与memcached一样,为了保证效率,数据都是缓存在内存中。区别的是redis会周期性的把更新的数据写入磁盘或者把修改操作写入追加的记录文件,并且在此基础上实现了master-slave(主从)同步。 

=========Redis课程大纲=========

第一章:课程概述
(*)课程概述
(*)安装Linux和GCC编译器


第二 …

Duration 5 Hours 58 Minutes
Paid

Self paced

Intermediate Level

Simplified Chinese (China)

29

Rating 3.7 out of 5 (5 ratings in Udemy)

Go to the Course
We have partnered with providers to bring you collection of courses, When you buy through links on our site, we may earn an affiliate commission from provider.