Skip to content

v1.0

Compare
Choose a tag to compare
@zacksamselsonos zacksamselsonos released this 20 Aug 21:06
· 16 commits to master since this release

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.