Skip to main content
8-Gravel
November 5, 2024
Solved

How does thingworx connect to redis

  • November 5, 2024
  • 1 reply
  • 659 views

How does thingworx connect to redis and write data changes to the thing it is listening to

Best answer by 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

1 reply

18-Opal
November 5, 2024

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