1 Star 4 Fork 32

HuangWanddy/tooljet

forked from Gitee 极速下载/tooljet 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
redis.md 891 Bytes
一键复制 编辑 原始数据 按行查看 历史
idtitle
redisRedis

Redis

ToolJet can run Redis commands on your Redis instances.

Connection

ToolJet requires the following to connect to your Redis instances.

ToolJet - Redis connection
  • Host
  • Port - The default port for Redis server is 6379
  • Username
  • Password

Click on "Test" button to test the connection and click "Save" to save the data source.

Redis Queries

List of supported commands: Redis Official Documentation

Examples

PING command to test the Redis connection. If the connection is ready, the Redis server will respond with PONG.

PING

SET command can be used to set the value for a key

SET key value

GET command can be used to retrieve the value of a key

GET key
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/wanddyh/tooljet.git
git@gitee.com:wanddyh/tooljet.git
wanddyh
tooljet
tooljet
develop

搜索帮助