Community Tip - Have a PTC product question you need answered fast? Chances are someone has asked it before. Learn about the community search. 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