Retrieve Redis Key Value on Manual Trigger - n8n Workflow | Neura Market
Retrieve Redis Key Value on Manual Trigger
Simple n8n workflow to manually fetch the value of a Redis key ('hello'). Perfect for quick testing and debugging Redis data.
This workflow demonstrates basic Redis integration in n8n with just two nodes: a Manual Trigger and a Redis node. Upon clicking 'execute', it connects to your Redis instance using pre-configured credentials ('redis-docker_creds') and performs a 'get' operation on the key 'hello', outputting the stored value.
Benefits include rapid data retrieval without custom scripting, easing development workflows. It's lightweight, efficient for on-demand checks, and serves as an educational companion to n8n
Platform
n8n
Category
Business Operations & ERPs
Price
$3.99
Creator
Fred Garcia
redis
database
key-value
get
manual-trigger
data-retrieval
testing
debugging
cache
development
How to import this workflow into n8n
1Purchase or download the workflow to get the n8n workflow JSON file.
2In your n8n instance, open Workflows and choose "Import from File" (or paste the JSON with Ctrl+V on the canvas).
3Open each node marked with a credential warning and connect your own accounts and API keys.
4Run the workflow once manually to verify the data flow, then toggle it to Active.