How does thingworx connect to redis
Nov 05, 2024
02:57 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Nov 05, 2024
02:57 AM
How does thingworx connect to redis
How does thingworx connect to redis and write data changes to the thing it is listening to
Solved! Go to Solution.
Labels:
- Labels:
-
Connectivity
ACCEPTED SOLUTION
Accepted Solutions
Nov 05, 2024
05:35 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Nov 05, 2024
05:35 AM
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 1
Nov 05, 2024
05:35 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Nov 05, 2024
05:35 AM
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
