【发布时间】:2021-05-18 01:43:52
【问题描述】:
我无法在 gramex 中通过配置为 redis azure 实例设置内存
它给出了这个错误:
redis.exceptions.ResponseError: 未知命令CONFIG,args 开头为:SET、maxmemory、1000000000
【问题讨论】:
我无法在 gramex 中通过配置为 redis azure 实例设置内存
它给出了这个错误:
redis.exceptions.ResponseError: 未知命令CONFIG,args 开头为:SET、maxmemory、1000000000
【问题讨论】:
您可以将大小设置为零。这将忽略大小限制。但是,请确保您已在 redis 实例中将maxmemory-policy 设置为volatile-lru。此解决方案需要 gramex >= 1.67
【讨论】: