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: 8 months 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 6 years ago)
- Default Branch: master
- Last Pushed: 2025-03-25T06:23:05.000Z (9 months ago)
- Last Synced: 2025-03-25T07:27:18.580Z (9 months ago)
- Topics: cache, memory-management, nosql, python, redis, redis-client, redis-py
- Language: Python
- Homepage: https://hackersandslackers.com/redis-py-python/
- Size: 96.7 KB
- Stars: 22
- Watchers: 1
- Forks: 4
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Redis Python Tutorial




[](https://github.com/hackersandslackers/redis-python-tutorial/issues)
[](https://github.com/hackersandslackers/redis-python-tutorial/stargazers)
[](https://github.com/hackersandslackers/redis-python-tutorial/network)

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.