Community Tip - You can subscribe to a forum, label or individual post and receive email notifications when someone posts a new topic or reply. Learn more! X
How does thingworx connect to redis and write data changes to the thing it is listening to
Solved! Go to Solution.
There's no standard Redis connector. You'd either need to create a custom Java extension for that, or use Redis JDBC driver, which you need to import it as this article describes.
/ Constantine
There's no standard Redis connector. You'd either need to create a custom Java extension for that, or use Redis JDBC driver, which you need to import it as this article describes.
/ Constantine