Skip to content

Simple example to query Twitter and cache results in Redis

License

Notifications You must be signed in to change notification settings

PacktPublishing/rapid-redis

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rapid Redis [Video]

This is the code repository for Rapid Redis [Video] , published by Packt. It contains all the supporting project files necessary to work through the video course from start to finish.

About the Video Course

The days of having to rely only on a SQL database are gone. Now, you have a multitude of options for your data and you need to pick the right store for the right job. You may just need a simple, easy-to-use key-value store, or perhaps a blazing fast in-memory database; in comes Redis to your rescue! There is a whole world of excited developers discussing how Redis is making their lives simpler with its lightning-fast operations on in-memory datasets.

This course teaches you the key aspects of this flexible data store. You’ll learn how a NoSQL data store such as Redis differs from traditional SQL databases that you may be more familiar with. You’ll see how to install the database on your own machine, or use a database provider in the cloud. You’ll also discover the basic native data types of Redis and how to use them.

From theory to application, Rapid Redis explains when, why, and how to use the Redis data store. We’ll discuss the differences between NoSQL and SQL, explore the Redis data types to see how to use them, and end up with an easy-to-understand Node.js example app that uses Redis as a cache.

No matter what kind of application you’re working on, you need a place to store your data. Rapid Redis gives you a new tool to add to your toolbox: a data store that is quick and easy to use, and far more powerful than you can imagine.

What You Will Learn

  • Discover how a NoSQL data store differs from a SQL database
  • Install Redis on your machine or on the cloud
  • Use Redis interactively through its command-line interface (CLI)
  • Understand the basic Redis data structures and how to use them
  • Write a Node.js application to query Twitter and cache the results in Redis
  • Set up and use a hosted Redis database

Instructions and Navigation

Assumed Knowledge

To fully benefit from the coverage included in this course, you will need:

  • Basic knowledge of Redis

Related Products

About

Simple example to query Twitter and cache results in Redis

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%