get cache

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.

get cache v11.0.0 Updated v13.0.6

get redis cache

In pins 1
  • Sim.
    value

    The value to be used when simulating this key

Out pins 1
  • value
    value

Reads an entity-scoped Redis cache value using the block's configured key template; {name:type} placeholders resolve from the block's OWN in-pins and the whole template is LOWERCASED first. During simulation a wired simulation_value is returned without touching Redis. A missing key, empty stored value, or Redis error leaves value at nil -- there is no error signal. The deprecated key pin is used only when no template is configured.

redis get

A typical wiring for get cache: concatenate values feeds the key pin; the value out pin feeds is not empty.

Studio canvas example for the get cache block: typical wiring for get cache.

Commonly used with

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

  • is not empty: this block feeds into it. checks if the value is filled (not empty).
  • get document: this block feeds into it. get a specific document based on the given GUID.
  • get fields: feeds into this block. Gets the selected fields from the given object.
  • new object: this block feeds into it. Builds a new object filled with the given fields.
  • concatenate values: feeds into this block.

Used in these guides

These documentation pages use or explain this block:

Version history

Introduced in v11.0.0.

Last modified in v13.0.6.


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