higress-group/higress

higress wasm 插件中使用 redis,支持 redis 连接复用时基于 db 区分连接池

Open

#1,678 opened on Jan 15, 2025

View on GitHub
 (3 comments) (0 reactions) (0 assignees)Go (1,144 forks)github user discovery
help wantedlevel/challenge

Repository metrics

Stars
 (8,582 stars)
PR merge metrics
 (PR metrics pending)

Description

我在同一个higress中添加了两个相同的插件, 两个插件配置链接不同的redis db, 理论上应该两个插件去不同的db中查询信息, 但是实测下来两个插件使用的是同一个 db 查询信息

Contributor guide