Dify Redis Plugin
Author: EFT
Repo: dify-plugin-redis
Version: 1.0.3
Type: tool
Description
This Dify Redis plugin provides Redis SET and GET functionalities,
allowing the caching of model-generated data in Redis to reduce server load.
Examples
- Cache the output of LLM into Redis.
- Read cache from Redis if exists.
Authorize
Set up authorization, which actually connects to the Redis server provided by user.
Features
- Connect to Redis Server, Redis Cluster is supported too.
Parameters
Redis SET
The Redis SET tool allows users write data into Redis.
Features
- Write data into Redis, the input string value is returned if success, or standard error is thrown.
Parameters
Redis GET
The Redis GET tool allows users to read data from Redis.
Features
- Read data from Redis and returns standard output and standard error
Parameters
Security Considerations
- Ensure you have permission to access the target redis server
- Sensitive information such as password should be kept secure
- Follow the principle of least privilege, granting only necessary execution permissions
License
MIT