Skip to content

Redis Event Filter

Connect iPaaS enables you to select specific events and filter out the rest using certain attributes of the incoming Redis event. This ability allows selective processing of the events of interest.

Selection Criteria for Redis on RoboMQ Connect iPaaS

Figure 1. Selection Criteria for Redis on RoboMQ Connect iPaaS

In the example shown above, the workflow will only be triggered when the Operation Result ends with Products.

The event filters allow you to choose the attributes of the incoming trigger event to define the selection criteria of events to process. In the case of Redis, the trigger events can be filtered based on the following attributes:

  • Port - Port is the Redis instance TCP port. By default, the Redis server is configured to run on the default port 6379.
  • Database - Database is the Redis instance DB to use/select (numeric index). Redis provides 0-15 indexes for databases and the default value is 0.
  • Operated On - The data type that the Redis database is operated On. Example: String, Lists, etc.
  • Host - Host is the Redis instance hostname or IP address. Example: 127.0.0.1 for IP address or myredisserver.com for the hostname.
  • Operation Type - Operation type is the Redis command used for the selected data type. Example: HSET

In the example shown above, The workflow will only be triggered when the Operation Result contains Products.

The event filters allow you to select the attributes of the incoming trigger event to define the selection criteria of events to process. In the case of Redis, the trigger events can be filtered based on the following attribute:

  • Operation Result - Operation Result is the value returned from the Redis Command.

See Event Filters to learn more about event filtering on Connect iPaaS.