Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hackersandslackers/redis-python-tutorial
:o2: :thought_balloon: Leverage in-memory data storage to make your Python apps snappy.
https://github.com/hackersandslackers/redis-python-tutorial
cache memory-management nosql python redis redis-client redis-py
Last synced: 6 days ago
JSON representation
:o2: :thought_balloon: Leverage in-memory data storage to make your Python apps snappy.
- Host: GitHub
- URL: https://github.com/hackersandslackers/redis-python-tutorial
- Owner: hackersandslackers
- License: mit
- Created: 2020-02-04T06:23:19.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-11-06T18:53:43.000Z (8 days ago)
- Last Synced: 2024-11-06T19:44:28.365Z (8 days ago)
- Topics: cache, memory-management, nosql, python, redis, redis-client, redis-py
- Language: Python
- Homepage: https://hackersandslackers.com/redis-py-python/
- Size: 93.8 KB
- Stars: 23
- Watchers: 3
- Forks: 5
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Redis Python Tutorial
![Python](https://img.shields.io/badge/Python-v3.9-blue.svg?logo=python&longCache=true&logoColor=white&colorB=5e81ac&style=flat-square&colorA=4c566a)
![Redis](https://img.shields.io/badge/Redis-v4.2.2-red.svg?longCache=true&style=flat-square&logo=redis&logoColor=white&colorA=4c566a&colorB=bf616a)
![Loguru](https://img.shields.io/badge/Loguru-v0.6.0-blue.svg?longCache=true&logo=python&style=flat-square&logoColor=white&colorB=5e81ac&colorA=4c566a)
![GitHub Last Commit](https://img.shields.io/github/last-commit/google/skia.svg?style=flat-square&colorA=4c566a&colorB=a3be8c&logo=GitHub)
[![GitHub Issues](https://img.shields.io/github/issues/hackersandslackers/redis-python-tutorial.svg?style=flat-square&colorA=4c566a&logo=GitHub&colorB=ebcb8b)](https://github.com/hackersandslackers/redis-python-tutorial/issues)
[![GitHub Stars](https://img.shields.io/github/stars/hackersandslackers/redis-python-tutorial.svg?style=flat-square8&colorA=4c566a&logo=GitHub&colorB=ebcb8b)](https://github.com/hackersandslackers/redis-python-tutorial/stargazers)
[![GitHub Forks](https://img.shields.io/github/forks/hackersandslackers/redis-python-tutorial.svg?style=flat-square&colorA=4c566a&logo=GitHub&colorB=ebcb8b)](https://github.com/hackersandslackers/redis-python-tutorial/network)![Redis Python](https://res.cloudinary.com/hackers/image/upload/v1580673187/2020/02/redis%402x.jpg)
Leverage in-memory data storage to cache data, handle user sessions, and avoid database transactions to keep your Python app snappy.
* **Tutorial**: https://hackersandslackers.com/redis-py-python/
## Getting Started
### Installation
```shell
$ git clone https://github.com/hackersandslackers/redis-python-tutorial.git
$ cd redis-python-tutorial
$ make deploy
```-----
**Hackers and Slackers** tutorials are free of charge. If you found this tutorial helpful, a [small donation](https://www.buymeacoffee.com/hackersslackers) would be greatly appreciated to keep us in business. All proceeds go towards coffee, and all coffee goes towards more content.