mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-06 18:09:44 +03:00
asyncio (PEP 3156) Redis client library. Provides a simple and clear interface to Redis based on asyncio. Signed-off-by: Adam Duskett <Aduskett@gmail.com> [Thomas: - drop dependency on redis, there is no such dependency, the redis server could be remote - add dependency on Python 3.x] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>