Redis node#
ใช้ Redis node ในการอัตโนมัติงานใน Redis และเชื่อมต่อกับแอปพลิเคชันอื่น ๆ. n8n มีการสนับสนุนฟีเจอร์ต่าง ๆ ของ Redis รวมถึงการลบ keys, การดึงค่า key, การตั้งค่า key, และการส่งข้อความไปยัง Redis channel.
ในหน้านี้ คุณจะพบรายการ operations ที่ Redis node รองรับ พร้อมลิงก์ไปยัง resources เพิ่มเติม.
Credentials
ดู Redis credentials สำหรับคำแนะนำในการตั้งค่า authentication.
This node can be used as an AI tool
This node can be used to enhance the capabilities of an AI agent. When used in this way, many parameters can be set automatically, or with information directed by AI - find out more in the AI tool parameters documentation.
Operations#
- Delete a key from Redis.
- Get the value of a key from Redis.
- Returns generic information about the Redis instance.
- Atomically increments a key by 1. Creates the key if it doesn't exist.
- Returns all the keys matching a pattern.
- Set the value of a key in Redis.
- Publish message to Redis channel.