Pain Ashura

Results 4 comments of Pain Ashura

@NickCraver Hello, I recently discovered this problem in the production environment and it has appeared more than once. However, I cannot reproduce this problem in the test environment or local...

@xclw2000 Could you please tell me how you use this component? What is the number of threads accessing redis, how many ConnectionMultiplexer instances are there, and whether synchronous and asynchronous...

> 刚刚找到了一个方法,就是更改脚本里面的时间间隔,单位是毫秒,脚本执行之后,先等一段时间再开始实际操作,一个循环完成后,再等待。这个方法有一个问题,就是间隔时间是固定的,但是做不到定时开启,比如,脚本间隔是一天,开始时间是0:00,脚本执行周期是15分钟,那么第二天,实际开始执行的时间就是0:15了,往后顺延了一个15分钟。还是希望大佬能够百忙之中,开发一下定时功能,不胜感激! 老哥,你在哪找到的改间隔