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

[BUG] When replaced with an Aricloud redis instance, start chat,OpenIM check failed: 500 500 FetchBatch2 failed: ERR bad lua script for redis cluster, all the keys that the script uses should be passed using the KEYS array, and KEYS should not be in expression

Open WindRain20140210 opened this issue 1 year ago • 2 comments

OpenIM Server Version

3.8.2

Operating System and CPU Architecture

Linux (AMD)

Deployment Method

Source Code Deployment

Bug Description and Steps to Reproduce

When replaced with an Aricloud redis instance, start chat,the following error is reported; OpenIM check failed: 500 500 FetchBatch2 failed: ERR bad lua script for redis cluster, all the keys that the script uses should be passed using the KEYS array, and KEYS should not be in expression

Screenshots Link

image

WindRain20140210 avatar Nov 26 '24 07:11 WindRain20140210

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.

OpenIM-Robot avatar Nov 26 '24 07:11 OpenIM-Robot

Please use groupKeysBySlot to shard the keys before FetchBatch2.

icey-yu avatar Dec 02 '24 10:12 icey-yu