open-im-server icon indicating copy to clipboard operation
open-im-server copied to clipboard

[BUG]

Open chirschou opened this issue 1 year ago • 1 comments

OpenIM Server Version

3.7

Operating System and CPU Architecture

Linux (AMD)

Deployment Method

Source Code Deployment

Bug Description and Steps to Reproduce

When creating a group or joining a group, it is triggered to delete the group and conversation-related redis cache in batches. When redis uses alibabacloud redis (Prtoxy), ERR 'EVAL' will appear. Command keys must in same slot

Redis's key should use hash, for example, group-related deletions should start with {GROUP}.

Screenshots Link

No response

chirschou avatar Jun 07 '24 01:06 chirschou

Hello! Thank you for filing an issue.

If this is a bug report, please include relevant logs to help us debug the problem.

Join slack 🤖 to connect and communicate with our developers.

kubbot avatar Jun 07 '24 01:06 kubbot

this issue has fixed in release-v3.8, I recommend you update to new version. If you run into any new issues, please reopen this issue or create a new one.

skiffer-git avatar Sep 27 '24 11:09 skiffer-git

This version does not support redis cluster yet, but will be supported in v3.8.

withchao avatar Sep 29 '24 08:09 withchao