Closed jimersylee closed 6 months ago
初始化时使用了UseHashTagKey() delayQueue := delayqueue.NewQueue(queueName, RedisInstance, consumer, delayqueue.UseHashTagKey()).WithConcurrent(concurrent)
阿里云集群版 Redis 的 lua 脚本里 redis.call 第一个参数必须是字符串字面量, 我看看有什么办法绕过去
最新的 master 分支(461d5a1)上已经修复了,更新一下试试:
go get -u github.com/hdt3213/delayqueue@master
@jimersylee helllo, 现在能正常使用了吗?
可以了, 谢谢您🙏 ♥️&☮️
使用时报错
各个版本
使用方式
初始化时使用了UseHashTagKey() delayQueue := delayqueue.NewQueue(queueName, RedisInstance, consumer, delayqueue.UseHashTagKey()).WithConcurrent(concurrent)