https://github.com/dwighthubbard/micropython-microqueue
https://github.com/dwighthubbard/micropython-microqueue
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dwighthubbard/micropython-microqueue
- Owner: dwighthubbard
- Created: 2016-06-26T06:39:48.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-06-29T20:13:40.000Z (almost 9 years ago)
- Last Synced: 2025-01-12T19:48:22.344Z (5 months ago)
- Language: Python
- Size: 14.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Micropython-MicroQueue
MicroQueue is a Python module that allows you to use Redis as a message queue. The resulting message queues
are compatible with those provided by the python hotqueue/redislite-hotqueue modules when used with the json
serializer.This code is written to work properly in conjunction with the micropython-redis module to allow operation on
embedded platforms.