Skip to content

Add support for connecting via Redis proxy#7011

Open
Chengzhi1803472613 wants to merge 4 commits into
redisson:masterfrom
Chengzhi1803472613:master
Open

Add support for connecting via Redis proxy#7011
Chengzhi1803472613 wants to merge 4 commits into
redisson:masterfrom
Chengzhi1803472613:master

Conversation

@Chengzhi1803472613

Copy link
Copy Markdown
Contributor

Fixed an issue where Redisson could not distinguish whether cross-slot execution of Lua scripts was allowed when connecting to a Redis cluster using a proxy service. Added a new boolean field 'connectViaRedisProxy' to the Config class to allow connection to Redis via a proxy. Updated relevant methods to handle the new configuration option. Closed issues: #6867

 Fixed an issue where Redisson could not distinguish whether cross-slot execution of Lua scripts was allowed when connecting to a Redis cluster using a proxy service.  Added a new boolean field 'connectViaRedisProxy' to the Config class to allow connection to Redis via a proxy. Updated relevant methods to handle the new configuration option.
 Fixed an issue where Redisson could not distinguish whether cross-slot execution of Lua scripts was allowed when connecting to a Redis cluster using a proxy service.  Added a new boolean field 'connectViaRedisProxy' to the Config class to allow connection to Redis via a proxy. Updated relevant methods to handle the new configuration option.
Add support for connecting Redis through proxy mode.

- add proxy-mode switch in Redis config
- update cluster-detection logic to include proxy mode
- keep existing behavior unchanged when proxy mode is disabled

Signed-off-by: Chengzhi1803472613 <1803472613@qq.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant