v1.0
Initial connector release. Provides support for the following Redis data types and Boomi operations:
Redis Data Type | Boomi Operation | TTL Support | Remarks |
---|---|---|---|
String | GET | Read | |
String | UPSERT | Write | |
String | DELETE | ||
HashSet | GET | Read | GET operations will return the entire hashset. There is currently no way to query for items within a hashset using a connector operation. |
HashSet | UPSERT | Write | |
HashSet | DELETE | DELETE operations will delete the entire hashset. There is currently no way to delete specific items within a hashset using a connector operation. |