From 5630d16024783b3ed260190de67b1156b252b76f Mon Sep 17 00:00:00 2001
From: Ryan Joseph Definition at line 382 of file Redis.h. Definition at line 383 of file Redis.h. Definition at line 150 of file Redis.cpp. Definition at line 155 of file Redis.cpp. Definition at line 155 of file Redis.cpp. Definition at line 160 of file Redis.cpp. Definition at line 160 of file Redis.cpp. Definition at line 165 of file Redis.cpp. Definition at line 381 of file Redis.h. Definition at line 382 of file Redis.h.
-Generated on Sat Mar 27 2021 19:06:10 for Arduino-Redis by
+Generated on Sat Nov 13 2021 14:18:05 for Arduino-Redis by
1.8.17
diff --git a/docs/RedisInternal_8cpp.html b/docs/RedisInternal_8cpp.html
index e3738b2..4f70b59 100644
--- a/docs/RedisInternal_8cpp.html
+++ b/docs/RedisInternal_8cpp.html
@@ -115,7 +115,7 @@
-Generated on Sat Mar 27 2021 19:06:10 for Arduino-Redis by
+Generated on Sat Nov 13 2021 14:18:05 for Arduino-Redis by
1.8.17
diff --git a/docs/RedisInternal_8cpp_source.html b/docs/RedisInternal_8cpp_source.html
index ae1909d..58b0c55 100644
--- a/docs/RedisInternal_8cpp_source.html
+++ b/docs/RedisInternal_8cpp_source.html
@@ -102,7 +102,7 @@
-
+
@@ -256,7 +256,7 @@
-Generated on Sat Mar 27 2021 19:06:10 for Arduino-Redis by
+Generated on Sat Nov 13 2021 14:18:05 for Arduino-Redis by
1.8.17
diff --git a/docs/RedisInternal_8h.html b/docs/RedisInternal_8h.html
index 7e57a56..55a7763 100644
--- a/docs/RedisInternal_8h.html
+++ b/docs/RedisInternal_8h.html
@@ -167,7 +167,7 @@
-Generated on Sat Mar 27 2021 19:06:10 for Arduino-Redis by
+Generated on Sat Nov 13 2021 14:18:05 for Arduino-Redis by
1.8.17
diff --git a/docs/RedisInternal_8h_source.html b/docs/RedisInternal_8h_source.html
index 60012bb..25bde71 100644
--- a/docs/RedisInternal_8h_source.html
+++ b/docs/RedisInternal_8h_source.html
@@ -294,7 +294,7 @@
-Generated on Sat Mar 27 2021 19:06:10 for Arduino-Redis by
+Generated on Sat Nov 13 2021 14:18:05 for Arduino-Redis by
1.8.17
diff --git a/docs/Redis_8cpp.html b/docs/Redis_8cpp.html
index ad3d4bc..64db229 100644
--- a/docs/Redis_8cpp.html
+++ b/docs/Redis_8cpp.html
@@ -92,7 +92,7 @@
Macros#define TRCMD(t, c, ...) return RedisCommand(c, ArgList{__VA_ARGS__}).issue_typed<t>(conn)
-
+#define TRCMD_EXPECTOK(c, ...) (bool)(((String)*RedisCommand(c, ArgList{__VA_ARGS__}).issue(conn)).indexOf("OK") != -1) #define TRCMD_EXPECTOK(c, ...) return (bool)(((String)*RedisCommand(c, ArgList{__VA_ARGS__}).issue(conn)).indexOf("OK") != -1) Macro Definition Documentation
@@ -153,7 +153,7 @@ RedisCommand(c, ArgList{__VA_ARGS__}).issue(conn)).indexOf("OK") != -1)
+
return (bool)(((String)*RedisCommand(c, ArgList{__VA_ARGS__}).issue(conn)).indexOf("OK") != -1)
-Generated on Sat Mar 27 2021 19:06:10 for Arduino-Redis by
+Generated on Sat Nov 13 2021 14:18:05 for Arduino-Redis by
1.8.17
diff --git a/docs/Redis_8cpp_source.html b/docs/Redis_8cpp_source.html
index 8248a50..cee0da8 100644
--- a/docs/Redis_8cpp_source.html
+++ b/docs/Redis_8cpp_source.html
@@ -90,11 +90,11 @@
-
-Generated on Sat Mar 27 2021 19:06:10 for Arduino-Redis by
+Generated on Sat Nov 13 2021 14:18:05 for Arduino-Redis by
1.8.17
diff --git a/docs/Redis_8h.html b/docs/Redis_8h.html
index 60d2379..109a1e6 100644
--- a/docs/Redis_8h.html
+++ b/docs/Redis_8h.html
@@ -204,7 +204,7 @@
-Generated on Sat Mar 27 2021 19:06:10 for Arduino-Redis by
+Generated on Sat Nov 13 2021 14:18:05 for Arduino-Redis by
1.8.17
diff --git a/docs/Redis_8h_source.html b/docs/Redis_8h_source.html
index 836ead3..9ff2686 100644
--- a/docs/Redis_8h_source.html
+++ b/docs/Redis_8h_source.html
@@ -182,38 +182,39 @@
-
-Generated on Sat Mar 27 2021 19:06:10 for Arduino-Redis by
+Generated on Sat Nov 13 2021 14:18:05 for Arduino-Redis by
1.8.17
diff --git a/docs/annotated.html b/docs/annotated.html
index 884cde5..e13ee69 100644
--- a/docs/annotated.html
+++ b/docs/annotated.html
@@ -82,7 +82,7 @@
-Generated on Sat Mar 27 2021 19:06:10 for Arduino-Redis by
+Generated on Sat Nov 13 2021 14:18:05 for Arduino-Redis by
1.8.17
diff --git a/docs/classRedis-members.html b/docs/classRedis-members.html
index 955775f..0bd3d23 100644
--- a/docs/classRedis-members.html
+++ b/docs/classRedis-members.html
@@ -114,13 +114,14 @@
startSubscribing(RedisMsgCallback messageCallback, RedisMsgErrorCallback errorCallback=nullptr) Redis stopSubscribing() Redis inline
- subscribe(const char *channel) Redis inline
- ttl(const char *key) Redis inline
- unsubscribe(const char *channelOrPattern) Redis
+ ~Redis() Redis inline
+ tsadd(const char *key, unsigned long timestamp, const int value) Redis
+ ttl(const char *key) Redis inline
+ unsubscribe(const char *channelOrPattern) Redis ~Redis() Redis inline
-Generated on Sat Mar 27 2021 19:06:10 for Arduino-Redis by
+Generated on Sat Nov 13 2021 14:18:05 for Arduino-Redis by
1.8.17
diff --git a/docs/classRedis.html b/docs/classRedis.html
index 849bb79..11c0698 100644
--- a/docs/classRedis.html
+++ b/docs/classRedis.html
@@ -168,6 +168,8 @@
bool unsubscribe (const char *channelOrPattern)
+
+bool tsadd (const char *key, unsigned long timestamp, const int value) RedisSubscribeResult startSubscribing (RedisMsgCallback messageCallback, RedisMsgErrorCallback errorCallback=nullptr)
@@ -594,7 +596,7 @@ void stopSubscribing ()
-
-
-
Definition at line 191 of file Redis.cpp.
Definition at line 196 of file Redis.cpp.
@@ -1733,7 +1735,7 @@Stops message processing on receipt of next message. Can be called from message handlers.
-Definition at line 376 of file Redis.h.
+Definition at line 377 of file Redis.h.
@@ -1764,6 +1766,42 @@bool Redis::tsadd | +( | +const char * | +key, | +
+ | + | unsigned long | +timestamp, | +
+ | + | const int | +value | +
+ | ) | ++ |
Removes a subscription for channelOrPattern
. May be called from message handlers.
Definition at line 178 of file Redis.cpp.
+Definition at line 183 of file Redis.cpp.