113270 Views
93709 Views
85773 Views
53388 Views
50571 Views
48758 Views
Raspberry Pi Home Hub
Hacky Temperature and Humidity Sensor
Robot Makers Almanac
High Five Bot
Making a Custom PCB for BurgerBot
Obsidian - the best tool for Makers
Using the Raspberry Pi Pico's Built-in Temperature Sensor
Getting Started with SQL
Introduction to the Linux Command Line on Raspberry Pi OS
How to install MicroPython
Wall Drawing Robot Tutorial
BrachioGraph Tutorial
KevsRobots Learning Platform
10% Percent Complete
By Kevin McAleer, 2 Minutes
Welcome to the first lesson of the Using Redis with Python course. In this lesson, we will introduce Redis and its use cases. You will learn what Redis is, why you should use it, and where to download it.
Using Redis with Python
Redis
In this lesson, we will cover:
Redis is an in-memory data structure store that can be used as a database, cache, and message broker. Redis supports a wide variety of data structures, including strings, hashes, lists, sets, and sorted sets. Redis is designed to be fast, efficient, and scalable.
Redis has many use cases, including:
You can download Redis from the official Redis website at https://redis.io/download. Redis is available for Windows, macOS, and Linux.
After completing this lesson, you should have a basic understanding of what Redis is, why you should use it, and where to download it.
To complete this lesson, you will need:
In this lesson, we introduced Redis and its use cases. We covered what Redis is, why you should use it, and where to download it. In the next lesson, we will cover how to use Redis with Python.
Next >