app icon
Redis
1.0.3

Redis tools plugin for Dify, provide Redis SET and GET functions, Redis Cluster mode is supported too.

eft/redis9056 installs

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

ParameterTypeRequiredDescription
redis server host, default .
redis server port, default .
redis server password, default .
redis cluster or not, default .
redis db, not supported in cluster mode, default .

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

ParameterTypeRequiredDescription
name of a redis record, part of the final redis key.
key of a redis record, part of the final redis key.
value of a redis record.
TTL of a redis record, default s, is supported.

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

ParameterTypeRequiredDescription
name of a redis record, part of the final redis key.
key of a redis record, part of the final redis key.

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

CATEGORY
Tool
VERSION
1.0.3
eft·12/15/2025 02:40 AM
REQUIREMENTS
Tool invocation
App invocation
Endpoint registration
Maximum memory
256MB
Maximum storage
1MB