FREELessons: 15Length: 1.6 hours
In this course we’re going to take a look at Redis. Redis isn’t exactly a database: it’s not relational or document-oriented. Instead, it’s a key-value store—every “record” is just label and a piece of data. That might sound boring, but I think you’ll find that Redis has a lot to offer. Let’s check it out!
1.Getting Started1 lesson, 05:18
1 lesson, 05:18
1.1Introduction and Installation05:18
1.1
Introduction and Installation
05:18
2.Data Structures6 lessons, 38:10
6 lessons, 38:10
2.1Data Structures Overview03:23
2.1
Data Structures Overview
03:23
2.2String Commands 08:54
2.2
String Commands
08:54
2.3List Commands11:06
2.3
List Commands
11:06
2.4Hash Commands03:35
2.4
Hash Commands
03:35
2.5Set Commands05:38
2.5
Set Commands
05:38
2.6Sorted Set Commands 05:34
2.6
Sorted Set Commands
05:34
3.More Methods4 lessons, 22:54
4 lessons, 22:54
3.1Other Commands07:24
3.1
Other Commands
07:24
3.2Sorting07:53
3.2
Sorting
07:53
3.3Publish and Subscribe Commands 04:13
3.3
Publish and Subscribe Commands
04:13
3.4Transactions03:24
3.4
Transactions
03:24
4.Administration1 lesson, 11:58
1 lesson, 11:58
4.1Redis Config Files11:58
4.1
Redis Config Files
11:58
5.Outside Redis2 lessons, 13:27
2 lessons, 13:27
5.1Lua Scripting06:33
5.1
Lua Scripting
06:33
5.2Drivers06:54
5.2
Drivers
06:54
6.Conclusion1 lesson, 02:11
1 lesson, 02:11
6.1Conclusion02:11
6.1
Conclusion
02:11
Hi! I'm Andrew Burgess, and I'm a connoisseur of all things programming.
I'm from near Toronto, Canada, and I've been fooling around with computers for nearly my whole life, both hardware and software. Right now, I'm finishing up a computer science degree. For almost a decade now, I've been playing around with over a dozen programming languages on several different platforms, from JavaScript to Java, from Ruby to Befunge. My favourite has always been JavaScript.
I've always enjoyed writing, so when I discovered Tuts+ in 2009, I was excited to start writing tutorials. Since then, I've been writing tutorials and producing screencasts for Tuts+. Right now, I'm a course instructor and I produce mostly JavaScript-related courses. Maybe you've seen Building a Web App from Scratch with Angular.js or Node.js from Scratch; that's me!
I've also written a few ebooks, like Getting Good with Git, Getting Good with JavaScript, and, more recently, Backbone.js Blueprints.