issues
search
electric-sheep-co
/
arduino-redis
A Redis client library for Arduino.
http://arduino-redis.com
MIT License
54
stars
19
forks
source link
Implement "expiry" commands (#4); add basic docs (#3); misc fixes
#14
Closed
rpj
closed
5 years ago
rpj
commented
5 years ago
Implement all of the "expiry" commands detailed by #4
Start documenting the API in doxygen format and add config and layout files (#3)
Simplify RESP string handling
Simplify
RedisObject
subclass instantiation & initialization, to allow for proper parsing of responses
Fix a number of bugs uncovered during testing
Add
ARDUINO_REDIS_SERIAL_TRACE
to facilitate testing
RedisObject
subclass instantiation & initialization, to allow for proper parsing of responsesARDUINO_REDIS_SERIAL_TRACE
to facilitate testing