RUAL Documentation

bf reserve

This block is part of the redis group and was last modified in core v14.0.4.

Redis Key Selection Required

This block relies on a Redis key to perform its redis releated actions. You must manually select the Redis key you want to use in the flow in the blueprint using the Redis key selector modal. To access the modal, click the white button on the block.

bf reserve v14.0.4

Create a new Bloom filter with a given error rate and initial capacity. The filter will auto-scale if capacity is exceeded.

Pin Pin Type Default
flow
flow
error raterequired
The desired probability for false positives (e.g. 0.01 for 1%).
number 0.01
capacityrequired
The number of entries intended to be added to the filter.
number 10000
Pin Pin Type Example
flow
flow
success
condition
error
value
key
value
redis bf.reserve
bf.reserve
bloom reserve
bloom filter reserve

Core Releases

v14.0.4 This block was introduced in v14.0.4, click here to see the release notes.
Back to redis Return to the main group to view all sub-groups Back to redis bloom Return to the group to view all blocks within this group