You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried connecting asynqmon with Azure Redis enterprise cluster. Calling the queues endpoint results in 500 Internal Server Error with the following API response:
API Response UNKNOWN: redis eval error: ERR Error running script (call to f_0c80fc1868e3aae205155ae2017ce995a3a7cec0): @user_script:19: @user_script: 19: This Redis command is not allowed from scripts
Additional Info
Cluster: Enabled
TLS: Enabled
Redis Go Client version: v9
Azure Redis Cluster version: 6.0.17
PS: The same code works when connecting to Azure Redis cache without cluster enabled (with TLS).
The text was updated successfully, but these errors were encountered:
dinson
changed the title
500 (Internal Server Error): Redis cluster on Azure Redis enterprise restrict memory usage command
500 (Internal Server Error): Redis cluster on Azure Redis enterprise returns 500 when calling queues endpoint
May 16, 2024
I tried connecting asynqmon with Azure Redis enterprise cluster. Calling the
queues
endpoint results in500 Internal Server Error
with the following API response:Request
curl --location 'http://127.0.0.1:8080/monitoring/api/queues'
API Response
UNKNOWN: redis eval error: ERR Error running script (call to f_0c80fc1868e3aae205155ae2017ce995a3a7cec0): @user_script:19: @user_script: 19: This Redis command is not allowed from scripts
Additional Info
Cluster: Enabled
TLS: Enabled
Redis Go Client version: v9
Azure Redis Cluster version: 6.0.17
PS: The same code works when connecting to Azure Redis cache without cluster enabled (with TLS).
The text was updated successfully, but these errors were encountered: