Arduino-Redis
A Redis library for Arduino.
examples/README.md
1 ### Examples
2 - Pub_Sub: An example of publish application with the Redis library.
3 - Simple: Open the connection, set and get a key then close the connection.