Releases: zacksamselsonos/boomi-redis-connector
Releases · zacksamselsonos/boomi-redis-connector
v1.1
Type | Description |
---|---|
Enhancement | Redis Connector has better support for individual fields within hashset keys. Developers can use the 'field' document property to get or delete individual fields within a hashset key. |
Bug Fix | Delete operations containing multiple documents with the same key for deletion no longer result in input data loss errors |
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. |