exists

This block is part of the redis group and was last modified in core v13.0.6.

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.

exists v11.0.0 Updated v13.0.6

Checks if the key already exists

In pins 0 + flow
  • flow
    flow
Out pins 2 + flow
  • flow
    flow
  • exists
    condition
  • key v13.0.6
    value

    current redis key, this outpin be handy when using dynamic redis keys

redis exists
exists

A typical wiring for exists: encode feeds the key pin; the flow out pin feeds branch.

Studio canvas example for the exists block: typical wiring for exists.

Commonly used with

In production blueprints, this block is most often wired together with:

  • branch: wired in both directions with this block.
  • create: feeds into this block. Creates a new function that can be executed using the given name.
  • encode: feeds into this block. Encode a raw value into Base64.
  • get fields: feeds into this block. Gets the given fields from user data and returns this per data-pin.

Version history

Introduced in v11.0.0.

Last modified in v13.0.6.

Service documentation

External API reference This block wraps a third-party service. Click here for the service's own documentation of the underlying endpoint.
Back to redis Return to the main group to view all sub-groups Back to redis Return to the group to view all blocks within this group