esp32和esp8266客户端如何连接redis数据库
How to connect esp32 and esp8266 with redis database as client
我正在尝试 运行 RPi3 M-B 上的 redis 服务器数据库,并希望将 esp12N(基于 esp8266)和 esp32 作为客户端连接到数据库。
如果 raspberry pi 和 esp32/esp8266 都支持除 redis 以外的任何其他数据库,也建议我。
提前致谢...
在 https://github.com/remicaumette/esp8266-redis
上有一个使用 Arduino SDK 的 ESP8266 的 redis 库
通过在 Google 中搜索 "redis library esp8266" 之类的内容,您可以很容易地找到这样的库。您也可以通过搜索 Arduino SDK 中的库管理器找到它,或 searching Platformio's libraries.
我正在尝试 运行 RPi3 M-B 上的 redis 服务器数据库,并希望将 esp12N(基于 esp8266)和 esp32 作为客户端连接到数据库。
如果 raspberry pi 和 esp32/esp8266 都支持除 redis 以外的任何其他数据库,也建议我。
提前致谢...
在 https://github.com/remicaumette/esp8266-redis
上有一个使用 Arduino SDK 的 ESP8266 的 redis 库通过在 Google 中搜索 "redis library esp8266" 之类的内容,您可以很容易地找到这样的库。您也可以通过搜索 Arduino SDK 中的库管理器找到它,或 searching Platformio's libraries.