108640 Views
83860 Views
59555 Views
48723 Views
48311 Views
47806 Views
Build a laser-cut robot
Robots and Lasers
Arduino Plug and Make Kit Review
Pi to Pico W Bluetooth Communication
Two-Way Bluetooth Communication Between Raspberry Pi Picos
Gamepad 2
Introduction to the Linux Command Line on Raspberry Pi OS
How to install MicroPython
Wall Drawing Robot Tutorial
BrachioGraph Tutorial
Intermediate level MicroPython
Introduction to FreeCAD for Beginners
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 >