Use Cases
- Quickly retrieve cached data from Redis for application performance optimization.
- Test and validate Redis data during development and debugging.
- Fetch configuration values stored in Redis for dynamic application settings.
How It Works
User manually triggers the workflow using the manual trigger node. The workflow connects to the Redis node to perform a 'get' operation. The specified key 'hello' is used to retrieve the associated value from Redis.
Setup Steps
- 1Import the workflow template into n8n.
- 2Configure Redis credentials to connect to your Redis instance.
- 3Adjust the key parameter if needed to match your Redis data.
Apps Used
Redis
Categories
Target Roles
Industries
Tags
#process automation
#workflow management
#data retrieval