Connecting to Redis client

All ESP32 boards running MicroPython.
Target audience: MicroPython users with an ESP32 board.
Post Reply
atinypuppy
Posts: 3
Joined: Fri Jun 23, 2017 6:36 pm

Connecting to Redis client

Post by atinypuppy » Fri Jun 30, 2017 5:16 pm

I am trying to connect my WiPy 2.0 to a Redis server. The goal is to have the Wipy take data and occasionally look at a Redis key for new instructions. I am not very good with networks and I was wondering if anyone here could help me or just point me in the right direction. :?:

SpotlightKid
Posts: 463
Joined: Wed Apr 08, 2015 5:19 am

Re: Connecting to Redis client

Post by SpotlightKid » Mon Nov 27, 2017 3:44 pm

Old thread, but in case you're still looking: please see this thread, where another forum member announced a very fully-featured Redis client library for MicroPython:

viewtopic.php?f=15&t=1921

SpotlightKid
Posts: 463
Joined: Wed Apr 08, 2015 5:19 am

Re: Connecting to Redis client

Post by SpotlightKid » Tue Nov 28, 2017 8:59 pm

I've also now written an alternative, very minimal Redis client library for MicroPython. See here: viewtopic.php?f=15&t=4103

Post Reply