Arduino-Redis
A Redis library for Arduino.
|
Go to the source code of this file.
Macros | |
#define | TRCMD(t, c, ...) return RedisCommand(c, ArgList{__VA_ARGS__}).issue_typed<t>(conn) |
#define | TRCMD_EXPECTOK(c, ...) return (bool)(((String)*RedisCommand(c, ArgList{__VA_ARGS__}).issue(conn)).indexOf("OK") != -1) |
#define TRCMD | ( | t, | |
c, | |||
... | |||
) | return RedisCommand(c, ArgList{__VA_ARGS__}).issue_typed<t>(conn) |
#define TRCMD_EXPECTOK | ( | c, | |
... | |||
) | return (bool)(((String)*RedisCommand(c, ArgList{__VA_ARGS__}).issue(conn)).indexOf("OK") != -1) |